#CEFCE2

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

Shades of White Ice #CEFCE2

Tints of White Ice #CEFCE2

Color information

#CEFCE2 (or 0xCEFCE2) is unknown color: approx White Ice. HEX triplet: CE, FC and E2. RGB value is (206,252,226). Sum of RGB (Red+Green+Blue) = 206+252+226=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCE2 is #31031D. Grayscale: #EBEBEB. Windows color (decimal): -3212062 or 14875854. OLE color: 14875854.

HSL color Cylindrical-coordinate representation of color #CEFCE2: hue angle of 146.09º 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 #CEFCE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB206252226-
CMYK0.1800.100.01
HSL146.09º88.46%89.8%-
HSV(B)146.09º18.25%98.82%-
XYZ73.9988.2385.08-
YUV235.28122.76107.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=30.12%
G=36.84%
B=33.04%

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
Decimal2062522260.1800.100.01146.0988.4689.8
HexCEFCE2120A192585a
Octal316374342220121222130132
Binary110011101111110011100010100100101011001001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCE2; }

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

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

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

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

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

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

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

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