Shades of Fog #CDC5ED
Tints of Fog #CDC5ED
RGB
CMYK
RGB Variations
Color information
#CDC5ED (or 0xCDC5ED) is known color: Fog. HEX triplet: CD, C5 and ED. RGB value is (205,197,237). Sum of RGB (Red+Green+Blue) = 205+197+237=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5ED is #323A12. Grayscale: #CBCBCB. Windows color (decimal): -3291667 or 15582669. OLE color: 15582669.
HSL color Cylindrical-coordinate representation of color #CDC5ED: hue angle of 252º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC5ED is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 197 | 237 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 252º | 0.53% | 0.85% | - |
| HSV(B) | 252º | 0.17% | 0.93% | - |
| XYZ | 60.43 | 59.03 | 88.33 | - |
| YUV | 203.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 237 | 0.14 | 0.17 | 0 | 0.07 | 252 | 0.53 | 0.85 |
| Hex | CD | C5 | ED | E | 11 | 0 | 7 | FC | 35 | 55 |
| Octal | 315 | 305 | 355 | 16 | 21 | 0 | 7 | 374 | 65 | 125 |
| Binary | 11001101 | 11000101 | 11101101 | 1110 | 10001 | 0 | 111 | 11111100 | 110101 | 1010101 |
Color Harmonies of #CDC5ED
Complementary color
Monochromatic Colors of #CDC5ED
Black with #CDC5ED
Text Example
Text Example
White with #CDC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5ED; }
p { color: rgb(205,197,237); }
H1.HeaderClassName
{
color: #CDC5ED;
}
.AnyTagClassName
{
color: #CDC5ED;
}
</style>
background-color css
<style>
a { background-color: #CDC5ED; }
a { background-color: rgb(205,197,237); }
div.DivClassName
{
background-color: #CDC5ED;
}
.BgClassName
{
background-color: #CDC5ED;
}
</style>
border-color css
<style>
span { border-color: #CDC5ED; }
span { border-color: rgb(205,197,237); }
td.TdClassName
{
border-color: #CDC5ED;
}
.TagClassName
{
border-color: #CDC5ED;
}
</style>