#CEF4E1

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

Shades of White Ice #CEF4E1

Tints of White Ice #CEF4E1

Color information

#CEF4E1 (or 0xCEF4E1) is unknown color: approx White Ice. HEX triplet: CE, F4 and E1. RGB value is (206,244,225). Sum of RGB (Red+Green+Blue) = 206+244+225=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4E1 is #310B1E. Grayscale: #E6E6E6. Windows color (decimal): -3214111 or 14808270. OLE color: 14808270.

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

Color convert

RGB206244225-
CMYK0.1600.080.04
HSL150º63.33%88.24%-
HSV(B)150º15.57%95.69%-
XYZ71.3983.2683.54-
YUV230.47124.91110.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 244 (95.70% from 255) = 36.15%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=30.52%
G=36.15%
B=33.33%

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
Decimal2062442250.1600.080.0415063.3388.24
HexCEF4E110084963f58
Octal31636434120010422677130
Binary1100111011110100111000011000001000100100101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4E1; }

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

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

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

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

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

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

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

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