Shades of Fog #CDC5DB
Tints of Fog #CDC5DB
RGB
CMYK
RGB Variations
Color information
#CDC5DB (or 0xCDC5DB) is known color: Fog. HEX triplet: CD, C5 and DB. RGB value is (205,197,219). Sum of RGB (Red+Green+Blue) = 205+197+219=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5DB is #323A24. Grayscale: #C9C9C9. Windows color (decimal): -3291685 or 14403021. OLE color: 14403021.
HSL color Cylindrical-coordinate representation of color #CDC5DB: hue angle of 261.82º degrees, saturation: 0.23, 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 #CDC5DB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 197 | 219 | - |
CMYK | 0.06 | 0.10 | 0 | 0.14 |
HSL | 261.82º | 0.23% | 0.82% | - |
HSV(B) | 261.82º | 0.1% | 0.86% | - |
XYZ | 57.93 | 58.03 | 75.16 | - |
YUV | 201.9 | 137.65 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 219 | 0.06 | 0.10 | 0 | 0.14 | 261.82 | 0.23 | 0.82 |
Hex | CD | C5 | DB | 6 | A | 0 | E | 106 | 17 | 52 |
Octal | 315 | 305 | 333 | 6 | 12 | 0 | 16 | 406 | 27 | 122 |
Binary | 11001101 | 11000101 | 11011011 | 110 | 1010 | 0 | 1110 | 100000110 | 10111 | 1010010 |
Color Harmonies of #CDC5DB
Complementary color
Monochromatic Colors of #CDC5DB
Black with #CDC5DB
Text Example
Text Example
White with #CDC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5DB; }
p { color: rgb(205,197,219); }
H1.HeaderClassName
{
color: #CDC5DB;
}
.AnyTagClassName
{
color: #CDC5DB;
}
</style>
background-color css
<style>
a { background-color: #CDC5DB; }
a { background-color: rgb(205,197,219); }
div.DivClassName
{
background-color: #CDC5DB;
}
.BgClassName
{
background-color: #CDC5DB;
}
</style>
border-color css
<style>
span { border-color: #CDC5DB; }
span { border-color: rgb(205,197,219); }
td.TdClassName
{
border-color: #CDC5DB;
}
.TagClassName
{
border-color: #CDC5DB;
}
</style>