#CEF8DF

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

Shades of White Ice #CEF8DF

Tints of White Ice #CEF8DF

Color information

#CEF8DF (or 0xCEF8DF) is unknown color: approx White Ice. HEX triplet: CE, F8 and DF. RGB value is (206,248,223). Sum of RGB (Red+Green+Blue) = 206+248+223=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8DF is #310720. Grayscale: #E8E8E8. Windows color (decimal): -3213089 or 14678222. OLE color: 14678222.

HSL color Cylindrical-coordinate representation of color #CEF8DF: hue angle of 144.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8DF is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB206248223-
CMYK0.1700.100.03
HSL144.29º75%89.02%-
HSV(B)144.29º16.94%97.25%-
XYZ72.3485.5882.52-
YUV232.59122.59109.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=30.43%
G=36.63%
B=32.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482230.1700.100.03144.297589.02
HexCEF8DF110A3904b59
Octal316370337210123220113131
Binary1100111011111000110111111000101010111001000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8DF; }

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

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

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

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

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

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

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

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