#CCF0DC

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

Shades of White Ice #CCF0DC

Tints of White Ice #CCF0DC

Color information

#CCF0DC (or 0xCCF0DC) is unknown color: approx White Ice. HEX triplet: CC, F0 and DC. RGB value is (204,240,220). Sum of RGB (Red+Green+Blue) = 204+240+220=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DC is #330F23. Grayscale: #E2E2E2. Windows color (decimal): -3346212 or 14479564. OLE color: 14479564.

HSL color Cylindrical-coordinate representation of color #CCF0DC: hue angle of 146.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB204240220-
CMYK0.1500.080.06
HSL146.67º54.55%87.06%-
HSV(B)146.67º15%94.12%-
XYZ68.9880.3279.58-
YUV226.96124.07111.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=30.72%
G=36.14%
B=33.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402200.1500.080.06146.6754.5587.06
HexCCF0DCF086933757
Octal31436033417010622367127
Binary110011001111000011011100111101000110100100111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0DC; }

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

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

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

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

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

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

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

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