#CEF0DE

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

Shades of White Ice #CEF0DE

Tints of White Ice #CEF0DE

Color information

#CEF0DE (or 0xCEF0DE) is unknown color: approx White Ice. HEX triplet: CE, F0 and DE. RGB value is (206,240,222). Sum of RGB (Red+Green+Blue) = 206+240+222=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0DE is #310F21. Grayscale: #E3E3E3. Windows color (decimal): -3215138 or 14610638. OLE color: 14610638.

HSL color Cylindrical-coordinate representation of color #CEF0DE: hue angle of 148.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB206240222-
CMYK0.1400.080.06
HSL148.24º53.12%87.45%-
HSV(B)148.24º14.17%94.12%-
XYZ69.880.7281.01-
YUV227.78124.74112.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=30.84%
G=35.93%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402220.1400.080.06148.2453.1287.45
HexCEF0DEE086943557
Octal31636033616010622465127
Binary110011101111000011011110111001000110100101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0DE; }

 p { color: rgb(206,240,222); }

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

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

 a { background-color: rgb(206,240,222); }

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

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

 span { border-color: rgb(206,240,222); }

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