#CCF7DC

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

Shades of White Ice #CCF7DC

Tints of White Ice #CCF7DC

Color information

#CCF7DC (or 0xCCF7DC) is unknown color: approx White Ice. HEX triplet: CC, F7 and DC. RGB value is (204,247,220). Sum of RGB (Red+Green+Blue) = 204+247+220=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DC is #330823. Grayscale: #E7E7E7. Windows color (decimal): -3344420 or 14481356. OLE color: 14481356.

HSL color Cylindrical-coordinate representation of color #CCF7DC: hue angle of 142.33º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7DC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB204247220-
CMYK0.1700.110.03
HSL142.33º72.88%88.43%-
HSV(B)142.33º17.41%96.86%-
XYZ71.0884.5380.28-
YUV231.07121.75108.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=30.40%
G=36.81%
B=32.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472200.1700.110.03142.3372.8888.43
HexCCF7DC110B38e4958
Octal314367334210133216111130
Binary1100110011110111110111001000101011111000111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7DC; }

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

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

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

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

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

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

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

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