#CCF5DD

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

Shades of White Ice #CCF5DD

Tints of White Ice #CCF5DD

Color information

#CCF5DD (or 0xCCF5DD) is unknown color: approx White Ice. HEX triplet: CC, F5 and DD. RGB value is (204,245,221). Sum of RGB (Red+Green+Blue) = 204+245+221=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5DD is #330A22. Grayscale: #E6E6E6. Windows color (decimal): -3344931 or 14546380. OLE color: 14546380.

HSL color Cylindrical-coordinate representation of color #CCF5DD: hue angle of 144.88º 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 #CCF5DD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB204245221-
CMYK0.1700.100.04
HSL144.88º67.21%88.04%-
HSV(B)144.88º16.73%96.08%-
XYZ70.6183.3680.78-
YUV230122.92109.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=30.45%
G=36.57%
B=32.99%

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
Decimal2042452210.1700.100.04144.8867.2188.04
HexCCF5DD110A4914358
Octal314365335210124221103130
Binary11001100111101011101110110001010101001001000110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5DD; }

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

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

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

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

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

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

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

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