#CEFCE4

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

Shades of White Ice #CEFCE4

Tints of White Ice #CEFCE4

Color information

#CEFCE4 (or 0xCEFCE4) is unknown color: approx White Ice. HEX triplet: CE, FC and E4. RGB value is (206,252,228). Sum of RGB (Red+Green+Blue) = 206+252+228=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCE4 is #31031B. Grayscale: #EBEBEB. Windows color (decimal): -3212060 or 15006926. OLE color: 15006926.

HSL color Cylindrical-coordinate representation of color #CEFCE4: hue angle of 148.7º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCE4 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB206252228-
CMYK0.1800.100.01
HSL148.7º88.46%89.8%-
HSV(B)148.7º18.25%98.82%-
XYZ74.2788.3486.54-
YUV235.51123.76106.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=30.03%
G=36.73%
B=33.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522280.1800.100.01148.788.4689.8
HexCEFCE4120A195585a
Octal316374344220121225130132
Binary110011101111110011100100100100101011001010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCE4; }

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

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

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

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

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

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

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

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