Color Hex Logo

#cee1dd Color Hex

#CEE1DD
(206,225,221)
0 Favorites   0 Comments

Color spaces of #cee1dd

RGB 206225221
HSL0.460.240.85
HSV167°88°
CMYK 0.080.000.02   0.12
XYZ65.430072.192778.8927
Yxy72.19270.30220.3334
Hunter Lab84.9663-11.23354.4246
CIE-Lab88.0613-7.0547-0.2182

#cee1dd color RGB value is (206,225,221).

#cee1dd hex color red value is 206, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cee1dd hue: 0.46 , saturation: 0.24 and the lightness value of cee1dd is 0.85.

The process color (four color CMYK) of #cee1dd color hex is 0.08, 0.00, 0.02, 0.12. Web safe color of #cee1dd is #cccccc. Color #cee1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 11011101
Octal 316 341 335
Decimal 206 225 221
Hex CE E1 DD

RGB Percentages of Color #cee1dd

%31.60
%34.51
%33.90

CMYK Percentages of Color #cee1dd

%8
%0
%2
%12

Triadic Colors of #cee1dd

#cee1dd #ddcee1 #e1ddce

Analogous Colors of #cee1dd

#cee1dd #cedce1 #cee1d4

Monochromatic Colors of #cee1dd

#cee1dd

Complementary Color

#cee1dd #e1ced2

#cee1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee1dd Color CSS Codes

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

#cee1dd Text Font Color

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

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


#cee1dd Background Color

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

This div background color is #cee1dd


#cee1dd Border Color

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

This div border color is #cee1dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,225,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 #cee1dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee1dd


Comments

No comments written yet.

Please login to write comment.