#CEF8E3

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

Shades of White Ice #CEF8E3

Tints of White Ice #CEF8E3

Color information

#CEF8E3 (or 0xCEF8E3) is unknown color: approx White Ice. HEX triplet: CE, F8 and E3. RGB value is (206,248,227). Sum of RGB (Red+Green+Blue) = 206+248+227=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8E3 is #31071C. Grayscale: #E9E9E9. Windows color (decimal): -3213085 or 14940366. OLE color: 14940366.

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

Color convert

RGB206248227-
CMYK0.1700.080.03
HSL150º75%89.02%-
HSV(B)150º16.94%97.25%-
XYZ72.8985.885.39-
YUV233.05124.59108.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 248 (97.27% from 255) = 36.42%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=30.25%
G=36.42%
B=33.33%

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
Decimal2062482270.1700.080.031507589.02
HexCEF8E311083964b59
Octal316370343210103226113131
Binary1100111011111000111000111000101000111001011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8E3; }

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

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

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

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

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

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

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

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