#CCFCE2

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

Shades of White Ice #CCFCE2

Tints of White Ice #CCFCE2

Color information

#CCFCE2 (or 0xCCFCE2) is unknown color: approx White Ice. HEX triplet: CC, FC and E2. RGB value is (204,252,226). Sum of RGB (Red+Green+Blue) = 204+252+226=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCE2 is #33031D. Grayscale: #EAEAEA. Windows color (decimal): -3343134 or 14875852. OLE color: 14875852.

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

Color convert

RGB204252226-
CMYK0.1900.100.01
HSL147.5º88.89%89.41%-
HSV(B)147.5º19.05%98.82%-
XYZ73.4487.9585.06-
YUV234.68123.1106.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=29.91%
G=36.95%
B=33.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522260.1900.100.01147.588.8989.41
HexCCFCE2130A1945959
Octal314374342230121224131131
Binary110011001111110011100010100110101011001010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCE2; }

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

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

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

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

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

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

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

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