#CEE1DD

Color #CEE1DD Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CEE1DD

Tints of Jagged Ice #CEE1DD

Color information

#CEE1DD (or 0xCEE1DD) is unknown color: approx Jagged Ice. HEX triplet: CE, E1 and DD. RGB value is (206,225,221). Sum of RGB (Red+Green+Blue) = 206+225+221=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DD is #311E22. Grayscale: #DADADA. Windows color (decimal): -3218979 or 14541262. OLE color: 14541262.

HSL color Cylindrical-coordinate representation of color #CEE1DD: hue angle of 167.37º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB206225221-
CMYK0.0800.020.12
HSL167.37º24.05%84.51%-
HSV(B)167.37º8.44%88.24%-
XYZ65.4372.1978.89-
YUV218.86129.21118.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=31.60%
G=34.51%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252210.0800.020.12167.3724.0584.51
HexCEE1DD802Ca71855
Octal31634133510021424730125
Binary1100111011100001110111011000010110010100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1DD; }

 p { color: rgb(206,225,221); }

 H1.HeaderClassName
 {
   color: #CEE1DD;
 }
 .AnyTagClassName
 {
   color: #CEE1DD;
 }
</style>
background-color css

<style>
 a { background-color: #CEE1DD; }

 a { background-color: rgb(206,225,221); }

 div.DivClassName
 {
   background-color: #CEE1DD;
 }
 .BgClassName
 {
   background-color: #CEE1DD;
 }
</style>
border-color css

<style>
 span { border-color: #CEE1DD; }

 span { border-color: rgb(206,225,221); }

 td.TdClassName
 {
   border-color: #CEE1DD;
 }
 .TagClassName
 {
   border-color: #CEE1DD;
 }
</style>