#CEF2DF

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

Shades of White Ice #CEF2DF

Tints of White Ice #CEF2DF

Color information

#CEF2DF (or 0xCEF2DF) is unknown color: approx White Ice. HEX triplet: CE, F2 and DF. RGB value is (206,242,223). Sum of RGB (Red+Green+Blue) = 206+242+223=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DF is #310D20. Grayscale: #E5E5E5. Windows color (decimal): -3214625 or 14676686. OLE color: 14676686.

HSL color Cylindrical-coordinate representation of color #CEF2DF: hue angle of 148.33º degrees, saturation: 0.58, 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 #CEF2DF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB206242223-
CMYK0.1500.080.05
HSL148.33º58.06%87.84%-
HSV(B)148.33º14.88%94.9%-
XYZ70.5381.9581.91-
YUV229.07124.57111.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 223 (87.5% from 255) = 33.23%
R=30.70%
G=36.07%
B=33.23%

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
Decimal2062422230.1500.080.05148.3358.0687.84
HexCEF2DFF085943a58
Octal31636233717010522472130
Binary110011101111001011011111111101000101100101001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2DF; }

 p { color: rgb(206,242,223); }

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

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

 a { background-color: rgb(206,242,223); }

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

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

 span { border-color: rgb(206,242,223); }

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