#CEF1DF

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

Shades of White Ice #CEF1DF

Tints of White Ice #CEF1DF

Color information

#CEF1DF (or 0xCEF1DF) is unknown color: approx White Ice. HEX triplet: CE, F1 and DF. RGB value is (206,241,223). Sum of RGB (Red+Green+Blue) = 206+241+223=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1DF is #310E20. Grayscale: #E4E4E4. Windows color (decimal): -3214881 or 14676430. OLE color: 14676430.

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

Color convert

RGB206241223-
CMYK0.1500.070.05
HSL149.14º55.56%87.65%-
HSV(B)149.14º14.52%94.51%-
XYZ70.2381.3681.81-
YUV228.48124.9111.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.75%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=30.75%
G=35.97%
B=33.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062412230.1500.070.05149.1455.5687.65
HexCEF1DFF075953858
Octal3163613371707522570130
Binary11001110111100011101111111110111101100101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1DF; }

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

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

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

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

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

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

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

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