#CCF4DC

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

Shades of White Ice #CCF4DC

Tints of White Ice #CCF4DC

Color information

#CCF4DC (or 0xCCF4DC) is unknown color: approx White Ice. HEX triplet: CC, F4 and DC. RGB value is (204,244,220). Sum of RGB (Red+Green+Blue) = 204+244+220=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4DC is #330B23. Grayscale: #E5E5E5. Windows color (decimal): -3345188 or 14480588. OLE color: 14480588.

HSL color Cylindrical-coordinate representation of color #CCF4DC: hue angle of 144º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4DC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB204244220-
CMYK0.1600.100.04
HSL144º64.52%87.84%-
HSV(B)144º16.39%95.69%-
XYZ70.1782.7179.98-
YUV229.3122.75109.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=30.54%
G=36.53%
B=32.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042442200.1600.100.0414464.5287.84
HexCCF4DC100A4904158
Octal314364334200124220101130
Binary11001100111101001101110010000010101001001000010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4DC; }

 p { color: rgb(204,244,220); }

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

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

 a { background-color: rgb(204,244,220); }

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

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

 span { border-color: rgb(204,244,220); }

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