#CEF8E4

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

Shades of White Ice #CEF8E4

Tints of White Ice #CEF8E4

Color information

#CEF8E4 (or 0xCEF8E4) is unknown color: approx White Ice. HEX triplet: CE, F8 and E4. RGB value is (206,248,228). Sum of RGB (Red+Green+Blue) = 206+248+228=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8E4 is #31071B. Grayscale: #E9E9E9. Windows color (decimal): -3213084 or 15005902. OLE color: 15005902.

HSL color Cylindrical-coordinate representation of color #CEF8E4: hue angle of 151.43º 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 #CEF8E4 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB206248228-
CMYK0.1700.080.03
HSL151.43º75%89.02%-
HSV(B)151.43º16.94%97.25%-
XYZ73.0285.8686.12-
YUV233.16125.09108.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=30.21%
G=36.36%
B=33.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482280.1700.080.03151.437589.02
HexCEF8E411083974b59
Octal316370344210103227113131
Binary1100111011111000111001001000101000111001011110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8E4; }

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

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

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

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

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

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

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

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