Shades of Fog #CDC5DC
Tints of Fog #CDC5DC
RGB
CMYK
RGB Variations
Color information
#CDC5DC (or 0xCDC5DC) is known color: Fog. HEX triplet: CD, C5 and DC. RGB value is (205,197,220). Sum of RGB (Red+Green+Blue) = 205+197+220=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5DC is #323A23. Grayscale: #C9C9C9. Windows color (decimal): -3291684 or 14468557. OLE color: 14468557.
HSL color Cylindrical-coordinate representation of color #CDC5DC: hue angle of 260.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC5DC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 197 | 220 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.14 |
| HSL | 260.87º | 0.25% | 0.82% | - |
| HSV(B) | 260.87º | 0.1% | 0.86% | - |
| XYZ | 58.06 | 58.08 | 75.86 | - |
| YUV | 202.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 220 | 0.07 | 0.10 | 0 | 0.14 | 260.87 | 0.25 | 0.82 |
| Hex | CD | C5 | DC | 7 | A | 0 | E | 105 | 19 | 52 |
| Octal | 315 | 305 | 334 | 7 | 12 | 0 | 16 | 405 | 31 | 122 |
| Binary | 11001101 | 11000101 | 11011100 | 111 | 1010 | 0 | 1110 | 100000101 | 11001 | 1010010 |
Color Harmonies of #CDC5DC
Complementary color
Monochromatic Colors of #CDC5DC
Black with #CDC5DC
Text Example
Text Example
White with #CDC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5DC; }
p { color: rgb(205,197,220); }
H1.HeaderClassName
{
color: #CDC5DC;
}
.AnyTagClassName
{
color: #CDC5DC;
}
</style>
background-color css
<style>
a { background-color: #CDC5DC; }
a { background-color: rgb(205,197,220); }
div.DivClassName
{
background-color: #CDC5DC;
}
.BgClassName
{
background-color: #CDC5DC;
}
</style>
border-color css
<style>
span { border-color: #CDC5DC; }
span { border-color: rgb(205,197,220); }
td.TdClassName
{
border-color: #CDC5DC;
}
.TagClassName
{
border-color: #CDC5DC;
}
</style>