#CEF4E0

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

Shades of White Ice #CEF4E0

Tints of White Ice #CEF4E0

Color information

#CEF4E0 (or 0xCEF4E0) is unknown color: approx White Ice. HEX triplet: CE, F4 and E0. RGB value is (206,244,224). Sum of RGB (Red+Green+Blue) = 206+244+224=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4E0 is #310B1F. Grayscale: #E6E6E6. Windows color (decimal): -3214112 or 14742734. OLE color: 14742734.

HSL color Cylindrical-coordinate representation of color #CEF4E0: hue angle of 148.42º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF4E0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB206244224-
CMYK0.1600.080.04
HSL148.42º63.33%88.24%-
HSV(B)148.42º15.57%95.69%-
XYZ71.2683.2182.83-
YUV230.36124.41110.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.56%
GREEN value IS 244 (95.70% from 255) = 36.20%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=30.56%
G=36.20%
B=33.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062442240.1600.080.04148.4263.3388.24
HexCEF4E010084943f58
Octal31636434020010422477130
Binary1100111011110100111000001000001000100100101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4E0; }

 p { color: rgb(206,244,224); }

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

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

 a { background-color: rgb(206,244,224); }

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

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

 span { border-color: rgb(206,244,224); }

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