#CCFEE0

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

Shades of White Ice #CCFEE0

Tints of White Ice #CCFEE0

Color information

#CCFEE0 (or 0xCCFEE0) is unknown color: approx White Ice. HEX triplet: CC, FE and E0. RGB value is (204,254,224). Sum of RGB (Red+Green+Blue) = 204+254+224=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE0 is #33011F. Grayscale: #EBEBEB. Windows color (decimal): -3342624 or 14745292. OLE color: 14745292.

HSL color Cylindrical-coordinate representation of color #CCFEE0: hue angle of 144º 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 #CCFEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB204254224-
CMYK0.2000.120.00
HSL144º96.15%89.8%-
HSV(B)144º19.69%99.61%-
XYZ73.889.183.83-
YUV235.63121.44105.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=29.91%
G=37.24%
B=32.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542240.2000.120.0014496.1589.8
HexCCFEE0140C090605a
Octal314376340240140220140132
Binary110011001111111011100000101000110001001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEE0; }

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

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

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

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

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

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

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

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