Color Hex Logo

#ceccdf Color Hex

#CECCDF
(206,204,223)
0 Favorites   0 Comments

Color spaces of #ceccdf

RGB 206204223
HSL0.680.230.84
HSV246°87°
CMYK 0.080.090.00   0.13
XYZ60.365761.635378.5272
Yxy61.63530.30100.3074
Hunter Lab78.5082-0.1388-4.3487
CIE-Lab82.71914.2743-9.1510

#ceccdf color RGB value is (206,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11011111
Octal 316 314 337
Decimal 206 204 223
Hex CE CC DF

RGB Percentages of Color #ceccdf

%32.54
%32.23
%35.23

CMYK Percentages of Color #ceccdf

%8
%9
%0
%13

Triadic Colors of #ceccdf

#ceccdf #dfcecc #ccdfce

Analogous Colors of #ceccdf

#ceccdf #d8ccdf #ccd4df

Monochromatic Colors of #ceccdf

#ceccdf

Complementary Color

#ceccdf #dddfcc

#ceccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccdf Color CSS Codes

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

#ceccdf Text Font Color

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

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


#ceccdf Background Color

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

This div background color is #ceccdf


#ceccdf Border Color

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

This div border color is #ceccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccdf


Comments

No comments written yet.

Please login to write comment.