Color Hex Logo

#cecbd7 Color Hex

#CECBD7
(206,203,215)
0 Favorites   0 Comments

Color spaces of #cecbd7

RGB 206203215
HSL0.710.130.82
HSV255°84°
CMYK 0.040.060.00   0.16
XYZ59.075360.740072.9004
Yxy60.74000.30650.3152
Hunter Lab77.9359-1.0850-0.9041
CIE-Lab82.23883.2602-5.5887

#cecbd7 color RGB value is (206,203,215).

#cecbd7 hex color red value is 206, green value is 203 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cecbd7 hue: 0.71 , saturation: 0.13 and the lightness value of cecbd7 is 0.82.

The process color (four color CMYK) of #cecbd7 color hex is 0.04, 0.06, 0.00, 0.16. Web safe color of #cecbd7 is #cccccc. Color #cecbd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 11010111
Octal 316 313 327
Decimal 206 203 215
Hex CE CB D7

RGB Percentages of Color #cecbd7

%33.01
%32.53
%34.46

CMYK Percentages of Color #cecbd7

%4
%6
%0
%16

Triadic Colors of #cecbd7

#cecbd7 #d7cecb #cbd7ce

Analogous Colors of #cecbd7

#cecbd7 #d4cbd7 #cbced7

Monochromatic Colors of #cecbd7

#cecbd7

Complementary Color

#cecbd7 #d4d7cb

#cecbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecbd7 Color CSS Codes

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

#cecbd7 Text Font Color

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

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


#cecbd7 Background Color

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

This div background color is #cecbd7


#cecbd7 Border Color

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

This div border color is #cecbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecbd7


Comments

No comments written yet.

Please login to write comment.