#CEF1DE

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

Shades of White Ice #CEF1DE

Tints of White Ice #CEF1DE

Color information

#CEF1DE (or 0xCEF1DE) is unknown color: approx White Ice. HEX triplet: CE, F1 and DE. RGB value is (206,241,222). Sum of RGB (Red+Green+Blue) = 206+241+222=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1DE is #310E21. Grayscale: #E4E4E4. Windows color (decimal): -3214882 or 14610894. OLE color: 14610894.

HSL color Cylindrical-coordinate representation of color #CEF1DE: hue angle of 147.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF1DE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB206241222-
CMYK0.1500.080.05
HSL147.43º55.56%87.65%-
HSV(B)147.43º14.52%94.51%-
XYZ70.0981.3181.11-
YUV228.37124.4112.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=30.79%
G=36.02%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062412220.1500.080.05147.4355.5687.65
HexCEF1DEF085933858
Octal31636133617010522370130
Binary110011101111000111011110111101000101100100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1DE; }

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

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

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

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

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

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

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

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