Shades of Fog #CCC2D9
Tints of Fog #CCC2D9
RGB
CMYK
RGB Variations
Color information
#CCC2D9 (or 0xCCC2D9) is known color: Fog. HEX triplet: CC, C2 and D9. RGB value is (204,194,217). Sum of RGB (Red+Green+Blue) = 204+194+217=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2D9 is #333D26. Grayscale: #C7C7C7. Windows color (decimal): -3357991 or 14271180. OLE color: 14271180.
HSL color Cylindrical-coordinate representation of color #CCC2D9: hue angle of 266.09º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC2D9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 194 | 217 | - |
CMYK | 0.06 | 0.11 | 0 | 0.15 |
HSL | 266.09º | 0.23% | 0.81% | - |
HSV(B) | 266.09º | 0.11% | 0.85% | - |
XYZ | 56.72 | 56.43 | 73.55 | - |
YUV | 199.61 | 137.81 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 217 | 0.06 | 0.11 | 0 | 0.15 | 266.09 | 0.23 | 0.81 |
Hex | CC | C2 | D9 | 6 | B | 0 | F | 10A | 17 | 51 |
Octal | 314 | 302 | 331 | 6 | 13 | 0 | 17 | 412 | 27 | 121 |
Binary | 11001100 | 11000010 | 11011001 | 110 | 1011 | 0 | 1111 | 100001010 | 10111 | 1010001 |
Color Harmonies of #CCC2D9
Complementary color
Monochromatic Colors of #CCC2D9
Black with #CCC2D9
Text Example
Text Example
White with #CCC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2D9; }
p { color: rgb(204,194,217); }
H1.HeaderClassName
{
color: #CCC2D9;
}
.AnyTagClassName
{
color: #CCC2D9;
}
</style>
background-color css
<style>
a { background-color: #CCC2D9; }
a { background-color: rgb(204,194,217); }
div.DivClassName
{
background-color: #CCC2D9;
}
.BgClassName
{
background-color: #CCC2D9;
}
</style>
border-color css
<style>
span { border-color: #CCC2D9; }
span { border-color: rgb(204,194,217); }
td.TdClassName
{
border-color: #CCC2D9;
}
.TagClassName
{
border-color: #CCC2D9;
}
</style>