#CCFAE2

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

Shades of White Ice #CCFAE2

Tints of White Ice #CCFAE2

Color information

#CCFAE2 (or 0xCCFAE2) is unknown color: approx White Ice. HEX triplet: CC, FA and E2. RGB value is (204,250,226). Sum of RGB (Red+Green+Blue) = 204+250+226=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE2 is #33051D. Grayscale: #E9E9E9. Windows color (decimal): -3343646 or 14875340. OLE color: 14875340.

HSL color Cylindrical-coordinate representation of color #CCFAE2: hue angle of 148.7º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB204250226-
CMYK0.1800.100.02
HSL148.7º82.14%89.02%-
HSV(B)148.7º18.4%98.04%-
XYZ72.8186.784.85-
YUV233.51123.76106.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=30%
G=36.76%
B=33.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502260.1800.100.02148.782.1489.02
HexCCFAE2120A2955259
Octal314372342220122225122131
Binary1100110011111010111000101001001010101001010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE2; }

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

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

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

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

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

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

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

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