Color Hex Logo

#ced6dd Color Hex

#CED6DD
(206,214,221)
0 Favorites   0 Comments

Color spaces of #ced6dd

RGB 206214221
HSL0.580.180.84
HSV208°87°
CMYK 0.070.030.00   0.13
XYZ62.551366.435477.9331
Yxy66.43540.30230.3211
Hunter Lab81.5079-5.65330.3659
CIE-Lab85.2180-1.3713-4.3890

#ced6dd color RGB value is (206,214,221).

#ced6dd hex color red value is 206, green value is 214 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ced6dd hue: 0.58 , saturation: 0.18 and the lightness value of ced6dd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 11011101
Octal 316 326 335
Decimal 206 214 221
Hex CE D6 DD

RGB Percentages of Color #ced6dd

%32.14
%33.39
%34.48

CMYK Percentages of Color #ced6dd

%7
%3
%0
%13

Triadic Colors of #ced6dd

#ced6dd #ddced6 #d6ddce

Analogous Colors of #ced6dd

#ced6dd #cecfdd #cedddd

Monochromatic Colors of #ced6dd

#ced6dd

Complementary Color

#ced6dd #ddd5ce

#ced6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced6dd Color CSS Codes

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

#ced6dd Text Font Color

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

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


#ced6dd Background Color

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

This div background color is #ced6dd


#ced6dd Border Color

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

This div border color is #ced6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced6dd


Comments

No comments written yet.

Please login to write comment.