Color Hex Logo

#dbcedb Color Hex

#DBCEDB
(219,206,219)
0 Favorites   0 Comments

Color spaces of #dbcedb

RGB 219206219
HSL0.830.150.83
HSV300°86°
CMYK 0.000.060.00   0.14
XYZ64.070964.317276.0554
Yxy64.31720.31340.3146
Hunter Lab80.19802.2587-0.0888
CIE-Lab84.13066.8094-4.8153

#dbcedb color RGB value is (219,206,219).

#dbcedb hex color red value is 219, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbcedb hue: 0.83 , saturation: 0.15 and the lightness value of dbcedb is 0.83.

The process color (four color CMYK) of #dbcedb color hex is 0.00, 0.06, 0.00, 0.14. Web safe color of #dbcedb is #cccccc. Color #dbcedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11011011
Octal 333 316 333
Decimal 219 206 219
Hex DB CE DB

RGB Percentages of Color #dbcedb

%34.01
%31.99
%34.01

CMYK Percentages of Color #dbcedb

%0
%6
%0
%14

Triadic Colors of #dbcedb

#dbcedb #dbdbce #cedbdb

Analogous Colors of #dbcedb

#dbcedb #dbced5 #d5cedb

Monochromatic Colors of #dbcedb

#dbcedb

Complementary Color

#dbcedb #cedbce

#dbcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcedb Color CSS Codes

.mybgcolor {background-color:#dbcedb; } 
.myforecolor {color:#dbcedb; }
.mybordercolor {border:3px solid #dbcedb; }

#dbcedb Text Font Color

<p style="color:#dbcedb">Text here</p>

This sample text font color is #dbcedb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcedb Background Color

<div style="background-color:#dbcedb">
Div content here</div>

This div background color is #dbcedb


#dbcedb Border Color

<div style="border:3px solid #dbcedb">
Div here</div>

This div border color is #dbcedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,206,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcedb;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcedb;
  box-shadow:         1px 1px 3px 2px #dbcedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcedb;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcedb;
  box-shadow:         1px 1px 3px 2px #dbcedb;">
Div content here</div>

This div box has shadow with color #dbcedb

#dbcedb Color Palettes


Comments

No comments written yet.

Please login to write comment.