#CCFADE

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

Shades of White Ice #CCFADE

Tints of White Ice #CCFADE

Color information

#CCFADE (or 0xCCFADE) is unknown color: approx White Ice. HEX triplet: CC, FA and DE. RGB value is (204,250,222). Sum of RGB (Red+Green+Blue) = 204+250+222=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADE is #330521. Grayscale: #E9E9E9. Windows color (decimal): -3343650 or 14613196. OLE color: 14613196.

HSL color Cylindrical-coordinate representation of color #CCFADE: hue angle of 143.48º 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 #CCFADE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB204250222-
CMYK0.1800.110.02
HSL143.48º82.14%89.02%-
HSV(B)143.48º18.4%98.04%-
XYZ72.2786.4881.99-
YUV233.05121.76107.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.18%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=30.18%
G=36.98%
B=32.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502220.1800.110.02143.4882.1489.02
HexCCFADE120B28f5259
Octal314372336220132217122131
Binary1100110011111010110111101001001011101000111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFADE; }

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

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

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

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

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

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

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

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