Shades of Fog #CCC5D5
Tints of Fog #CCC5D5
RGB
CMYK
RGB Variations
Color information
#CCC5D5 (or 0xCCC5D5) is known color: Fog. HEX triplet: CC, C5 and D5. RGB value is (204,197,213). Sum of RGB (Red+Green+Blue) = 204+197+213=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5D5 is #333A2A. Grayscale: #C8C8C8. Windows color (decimal): -3357227 or 14009804. OLE color: 14009804.
HSL color Cylindrical-coordinate representation of color #CCC5D5: hue angle of 266.25º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC5D5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 197 | 213 | - |
CMYK | 0.04 | 0.08 | 0 | 0.16 |
HSL | 266.25º | 0.16% | 0.8% | - |
HSV(B) | 266.25º | 0.08% | 0.84% | - |
XYZ | 56.88 | 57.57 | 71.07 | - |
YUV | 200.92 | 134.82 | 130.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 213 | 0.04 | 0.08 | 0 | 0.16 | 266.25 | 0.16 | 0.8 |
Hex | CC | C5 | D5 | 4 | 8 | 0 | 10 | 10A | 10 | 50 |
Octal | 314 | 305 | 325 | 4 | 10 | 0 | 20 | 412 | 20 | 120 |
Binary | 11001100 | 11000101 | 11010101 | 100 | 1000 | 0 | 10000 | 100001010 | 10000 | 1010000 |
Color Harmonies of #CCC5D5
Complementary color
Monochromatic Colors of #CCC5D5
Black with #CCC5D5
Text Example
Text Example
White with #CCC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5D5; }
p { color: rgb(204,197,213); }
H1.HeaderClassName
{
color: #CCC5D5;
}
.AnyTagClassName
{
color: #CCC5D5;
}
</style>
background-color css
<style>
a { background-color: #CCC5D5; }
a { background-color: rgb(204,197,213); }
div.DivClassName
{
background-color: #CCC5D5;
}
.BgClassName
{
background-color: #CCC5D5;
}
</style>
border-color css
<style>
span { border-color: #CCC5D5; }
span { border-color: rgb(204,197,213); }
td.TdClassName
{
border-color: #CCC5D5;
}
.TagClassName
{
border-color: #CCC5D5;
}
</style>