Shades of Fog #CDC5DD
Tints of Fog #CDC5DD
RGB
CMYK
RGB Variations
Color information
#CDC5DD (or 0xCDC5DD) is known color: Fog. HEX triplet: CD, C5 and DD. RGB value is (205,197,221). Sum of RGB (Red+Green+Blue) = 205+197+221=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5DD is #323A22. Grayscale: #CACACA. Windows color (decimal): -3291683 or 14534093. OLE color: 14534093.
HSL color Cylindrical-coordinate representation of color #CDC5DD: hue angle of 260º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC5DD is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 197 | 221 | - |
CMYK | 0.07 | 0.11 | 0 | 0.13 |
HSL | 260º | 0.26% | 0.82% | - |
HSV(B) | 260º | 0.11% | 0.87% | - |
XYZ | 58.19 | 58.13 | 76.56 | - |
YUV | 202.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 221 | 0.07 | 0.11 | 0 | 0.13 | 260 | 0.26 | 0.82 |
Hex | CD | C5 | DD | 7 | B | 0 | D | 104 | 1A | 52 |
Octal | 315 | 305 | 335 | 7 | 13 | 0 | 15 | 404 | 32 | 122 |
Binary | 11001101 | 11000101 | 11011101 | 111 | 1011 | 0 | 1101 | 100000100 | 11010 | 1010010 |
Color Harmonies of #CDC5DD
Complementary color
Monochromatic Colors of #CDC5DD
Black with #CDC5DD
Text Example
Text Example
White with #CDC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5DD; }
p { color: rgb(205,197,221); }
H1.HeaderClassName
{
color: #CDC5DD;
}
.AnyTagClassName
{
color: #CDC5DD;
}
</style>
background-color css
<style>
a { background-color: #CDC5DD; }
a { background-color: rgb(205,197,221); }
div.DivClassName
{
background-color: #CDC5DD;
}
.BgClassName
{
background-color: #CDC5DD;
}
</style>
border-color css
<style>
span { border-color: #CDC5DD; }
span { border-color: rgb(205,197,221); }
td.TdClassName
{
border-color: #CDC5DD;
}
.TagClassName
{
border-color: #CDC5DD;
}
</style>