#CEFAE4

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

Shades of White Ice #CEFAE4

Tints of White Ice #CEFAE4

Color information

#CEFAE4 (or 0xCEFAE4) is unknown color: approx White Ice. HEX triplet: CE, FA and E4. RGB value is (206,250,228). Sum of RGB (Red+Green+Blue) = 206+250+228=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAE4 is #31051B. Grayscale: #EAEAEA. Windows color (decimal): -3212572 or 15006414. OLE color: 15006414.

HSL color Cylindrical-coordinate representation of color #CEFAE4: hue angle of 150º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAE4 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB206250228-
CMYK0.1800.090.02
HSL150º81.48%89.41%-
HSV(B)150º17.6%98.04%-
XYZ73.6487.0986.33-
YUV234.34124.42107.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=30.12%
G=36.55%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502280.1800.090.0215081.4889.41
HexCEFAE412092965159
Octal316372344220112226121131
Binary1100111011111010111001001001001001101001011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAE4; }

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

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

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

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

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

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

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

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