Color Hex Logo

#cee2dd Color Hex

#CEE2DD
(206,226,221)
0 Favorites   0 Comments

Color spaces of #cee2dd

RGB 206226221
HSL0.460.260.85
HSV165°89°
CMYK 0.090.000.02   0.11
XYZ65.701172.735078.9831
Yxy72.73500.30220.3345
Hunter Lab85.2848-11.73694.7903
CIE-Lab88.3212-7.56610.1614

#cee2dd color RGB value is (206,226,221).

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

The process color (four color CMYK) of #cee2dd color hex is 0.09, 0.00, 0.02, 0.11. Web safe color of #cee2dd is #cccccc. Color #cee2dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 11011101
Octal 316 342 335
Decimal 206 226 221
Hex CE E2 DD

RGB Percentages of Color #cee2dd

%31.55
%34.61
%33.84

CMYK Percentages of Color #cee2dd

%9
%0
%2
%11

Triadic Colors of #cee2dd

#cee2dd #ddcee2 #e2ddce

Analogous Colors of #cee2dd

#cee2dd #cedde2 #cee2d3

Monochromatic Colors of #cee2dd

#cee2dd

Complementary Color

#cee2dd #e2ced3

#cee2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee2dd Color CSS Codes

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

#cee2dd Text Font Color

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

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


#cee2dd Background Color

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

This div background color is #cee2dd


#cee2dd Border Color

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

This div border color is #cee2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee2dd


Comments

No comments written yet.

Please login to write comment.