#CCF6DD

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

Shades of White Ice #CCF6DD

Tints of White Ice #CCF6DD

Color information

#CCF6DD (or 0xCCF6DD) is unknown color: approx White Ice. HEX triplet: CC, F6 and DD. RGB value is (204,246,221). Sum of RGB (Red+Green+Blue) = 204+246+221=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6DD is #330922. Grayscale: #E6E6E6. Windows color (decimal): -3344675 or 14546636. OLE color: 14546636.

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

Color convert

RGB204246221-
CMYK0.1700.100.04
HSL144.29º70%88.24%-
HSV(B)144.29º17.07%96.47%-
XYZ70.9183.9780.88-
YUV230.59122.59109.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=30.40%
G=36.66%
B=32.94%

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
Decimal2042462210.1700.100.04144.297088.24
HexCCF6DD110A4904658
Octal314366335210124220106130
Binary11001100111101101101110110001010101001001000010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6DD; }

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

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

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

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

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

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

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

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