Color Hex Logo

#ceccde Color Hex

#CECCDE
(206,204,222)
0 Favorites   0 Comments

Color spaces of #ceccde

RGB 206204222
HSL0.690.210.84
HSV247°87°
CMYK 0.070.080.00   0.13
XYZ60.231361.581577.8191
Yxy61.58150.30170.3085
Hunter Lab78.4739-0.3246-3.8636
CIE-Lab82.69044.0790-8.6598

#ceccde color RGB value is (206,204,222).

#ceccde hex color red value is 206, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ceccde hue: 0.69 , saturation: 0.21 and the lightness value of ceccde is 0.84.

The process color (four color CMYK) of #ceccde color hex is 0.07, 0.08, 0.00, 0.13. Web safe color of #ceccde is #cccccc. Color #ceccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11011110
Octal 316 314 336
Decimal 206 204 222
Hex CE CC DE

RGB Percentages of Color #ceccde

%32.59
%32.28
%35.13

CMYK Percentages of Color #ceccde

%7
%8
%0
%13

Triadic Colors of #ceccde

#ceccde #dececc #ccdece

Analogous Colors of #ceccde

#ceccde #d7ccde #ccd3de

Monochromatic Colors of #ceccde

#ceccde

Complementary Color

#ceccde #dcdecc

#ceccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccde Color CSS Codes

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

#ceccde Text Font Color

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

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


#ceccde Background Color

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

This div background color is #ceccde


#ceccde Border Color

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

This div border color is #ceccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccde

#ceccde Color Palettes


Comments

No comments written yet.

Please login to write comment.