Shades of Fog #CDC5D9
Tints of Fog #CDC5D9
RGB
CMYK
RGB Variations
Color information
#CDC5D9 (or 0xCDC5D9) is known color: Fog. HEX triplet: CD, C5 and D9. RGB value is (205,197,217). Sum of RGB (Red+Green+Blue) = 205+197+217=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5D9 is #323A26. Grayscale: #C9C9C9. Windows color (decimal): -3291687 or 14271949. OLE color: 14271949.
HSL color Cylindrical-coordinate representation of color #CDC5D9: hue angle of 264º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC5D9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 197 | 217 | - |
CMYK | 0.06 | 0.09 | 0 | 0.15 |
HSL | 264º | 0.21% | 0.81% | - |
HSV(B) | 264º | 0.09% | 0.85% | - |
XYZ | 57.67 | 57.92 | 73.79 | - |
YUV | 201.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 217 | 0.06 | 0.09 | 0 | 0.15 | 264 | 0.21 | 0.81 |
Hex | CD | C5 | D9 | 6 | 9 | 0 | F | 108 | 15 | 51 |
Octal | 315 | 305 | 331 | 6 | 11 | 0 | 17 | 410 | 25 | 121 |
Binary | 11001101 | 11000101 | 11011001 | 110 | 1001 | 0 | 1111 | 100001000 | 10101 | 1010001 |
Color Harmonies of #CDC5D9
Complementary color
Monochromatic Colors of #CDC5D9
Black with #CDC5D9
Text Example
Text Example
White with #CDC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5D9; }
p { color: rgb(205,197,217); }
H1.HeaderClassName
{
color: #CDC5D9;
}
.AnyTagClassName
{
color: #CDC5D9;
}
</style>
background-color css
<style>
a { background-color: #CDC5D9; }
a { background-color: rgb(205,197,217); }
div.DivClassName
{
background-color: #CDC5D9;
}
.BgClassName
{
background-color: #CDC5D9;
}
</style>
border-color css
<style>
span { border-color: #CDC5D9; }
span { border-color: rgb(205,197,217); }
td.TdClassName
{
border-color: #CDC5D9;
}
.TagClassName
{
border-color: #CDC5D9;
}
</style>