#CCFDE2

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

Shades of White Ice #CCFDE2

Tints of White Ice #CCFDE2

Color information

#CCFDE2 (or 0xCCFDE2) is unknown color: approx White Ice. HEX triplet: CC, FD and E2. RGB value is (204,253,226). Sum of RGB (Red+Green+Blue) = 204+253+226=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE2 is #33021D. Grayscale: #EBEBEB. Windows color (decimal): -3342878 or 14876108. OLE color: 14876108.

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

Color convert

RGB204253226-
CMYK0.1900.110.01
HSL146.94º92.45%89.61%-
HSV(B)146.94º19.37%99.22%-
XYZ73.7588.5885.16-
YUV235.27122.77105.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=29.87%
G=37.04%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532260.1900.110.01146.9492.4589.61
HexCCFDE2130B1935c5a
Octal314375342230131223134132
Binary110011001111110111100010100110101111001001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDE2; }

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

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

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

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

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

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

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

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