#CCF5DC

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

Shades of White Ice #CCF5DC

Tints of White Ice #CCF5DC

Color information

#CCF5DC (or 0xCCF5DC) is unknown color: approx White Ice. HEX triplet: CC, F5 and DC. RGB value is (204,245,220). Sum of RGB (Red+Green+Blue) = 204+245+220=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5DC is #330A23. Grayscale: #E5E5E5. Windows color (decimal): -3344932 or 14480844. OLE color: 14480844.

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

Color convert

RGB204245220-
CMYK0.1700.100.04
HSL143.41º67.21%88.04%-
HSV(B)143.41º16.73%96.08%-
XYZ70.4783.3180.08-
YUV229.89122.42109.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 245 (96.09% from 255) = 36.62%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=30.49%
G=36.62%
B=32.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452200.1700.100.04143.4167.2188.04
HexCCF5DC110A48f4358
Octal314365334210124217103130
Binary11001100111101011101110010001010101001000111110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5DC; }

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

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

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

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

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

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

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

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