#CCFEE2

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

Shades of White Ice #CCFEE2

Tints of White Ice #CCFEE2

Color information

#CCFEE2 (or 0xCCFEE2) is unknown color: approx White Ice. HEX triplet: CC, FE and E2. RGB value is (204,254,226). Sum of RGB (Red+Green+Blue) = 204+254+226=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE2 is #33011D. Grayscale: #EBEBEB. Windows color (decimal): -3342622 or 14876364. OLE color: 14876364.

HSL color Cylindrical-coordinate representation of color #CCFEE2: hue angle of 146.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB204254226-
CMYK0.2000.110.00
HSL146.4º96.15%89.8%-
HSV(B)146.4º19.69%99.61%-
XYZ74.0789.2185.27-
YUV235.86122.44105.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=29.82%
G=37.13%
B=33.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542260.2000.110.00146.496.1589.8
HexCCFEE2140B092605a
Octal314376342240130222140132
Binary110011001111111011100010101000101101001001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEE2; }

 p { color: rgb(204,254,226); }

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

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

 a { background-color: rgb(204,254,226); }

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

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

 span { border-color: rgb(204,254,226); }

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