#CCFFE2

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

Shades of White Ice #CCFFE2

Tints of White Ice #CCFFE2

Color information

#CCFFE2 (or 0xCCFFE2) is unknown color: approx White Ice. HEX triplet: CC, FF and E2. RGB value is (204,255,226). Sum of RGB (Red+Green+Blue) = 204+255+226=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFE2 is #33001D. Grayscale: #ECECEC. Windows color (decimal): -3342366 or 14876620. OLE color: 14876620.

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

Color convert

RGB204255226-
CMYK0.200.110
HSL145.88º100%90%-
HSV(B)145.88º20%100%-
XYZ74.3989.8585.37-
YUV236.44122.1104.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=29.78%
G=37.23%
B=32.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552260.200.110145.8810090
HexCCFFE2140B092645a
Octal314377342240130222144132
Binary110011001111111111100010101000101101001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFE2; }

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

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

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

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

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

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

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

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