Shades of Fog #CCC0DA
Tints of Fog #CCC0DA
RGB
CMYK
RGB Variations
Color information
#CCC0DA (or 0xCCC0DA) is known color: Fog. HEX triplet: CC, C0 and DA. RGB value is (204,192,218). Sum of RGB (Red+Green+Blue) = 204+192+218=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DA is #333F25. Grayscale: #C6C6C6. Windows color (decimal): -3358502 or 14336204. OLE color: 14336204.
HSL color Cylindrical-coordinate representation of color #CCC0DA: hue angle of 267.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC0DA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 192 | 218 | - |
CMYK | 0.06 | 0.12 | 0 | 0.15 |
HSL | 267.69º | 0.26% | 0.8% | - |
HSV(B) | 267.69º | 0.12% | 0.85% | - |
XYZ | 56.41 | 55.6 | 74.09 | - |
YUV | 198.55 | 138.98 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 192 | 218 | 0.06 | 0.12 | 0 | 0.15 | 267.69 | 0.26 | 0.8 |
Hex | CC | C0 | DA | 6 | C | 0 | F | 10C | 1A | 50 |
Octal | 314 | 300 | 332 | 6 | 14 | 0 | 17 | 414 | 32 | 120 |
Binary | 11001100 | 11000000 | 11011010 | 110 | 1100 | 0 | 1111 | 100001100 | 11010 | 1010000 |
Color Harmonies of #CCC0DA
Complementary color
Monochromatic Colors of #CCC0DA
Black with #CCC0DA
Text Example
Text Example
White with #CCC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0DA; }
p { color: rgb(204,192,218); }
H1.HeaderClassName
{
color: #CCC0DA;
}
.AnyTagClassName
{
color: #CCC0DA;
}
</style>
background-color css
<style>
a { background-color: #CCC0DA; }
a { background-color: rgb(204,192,218); }
div.DivClassName
{
background-color: #CCC0DA;
}
.BgClassName
{
background-color: #CCC0DA;
}
</style>
border-color css
<style>
span { border-color: #CCC0DA; }
span { border-color: rgb(204,192,218); }
td.TdClassName
{
border-color: #CCC0DA;
}
.TagClassName
{
border-color: #CCC0DA;
}
</style>