Color Hex Logo

#dccee9 Color Hex

#DCCEE9
(220,206,233)
0 Favorites   0 Comments

Color spaces of #dccee9

RGB 220206233
HSL0.750.380.86
HSV271°12°91°
CMYK 0.060.120.00   0.09
XYZ66.294565.241486.1896
Yxy65.24140.30450.2996
Hunter Lab80.77215.1543-6.7261
CIE-Lab84.60809.7660-11.5479

#dccee9 color RGB value is (220,206,233).

#dccee9 hex color red value is 220, green value is 206 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dccee9 hue: 0.75 , saturation: 0.38 and the lightness value of dccee9 is 0.86.

The process color (four color CMYK) of #dccee9 color hex is 0.06, 0.12, 0.00, 0.09. Web safe color of #dccee9 is #ccccff. Color #dccee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11101001
Octal 334 316 351
Decimal 220 206 233
Hex DC CE E9

RGB Percentages of Color #dccee9

%33.38
%31.26
%35.36

CMYK Percentages of Color #dccee9

%6
%12
%0
%9

Triadic Colors of #dccee9

#dccee9 #e9dcce #cee9dc

Analogous Colors of #dccee9

#dccee9 #e9cee9 #cfcee9

Monochromatic Colors of #dccee9

#dccee9

Complementary Color

#dccee9 #dbe9ce

#dccee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccee9 Color CSS Codes

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

#dccee9 Text Font Color

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

This sample text font color is #dccee9
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.


#dccee9 Background Color

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

This div background color is #dccee9


#dccee9 Border Color

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

This div border color is #dccee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccee9


Comments

No comments written yet.

Please login to write comment.