Shades of Fog #CDC0ED
Tints of Fog #CDC0ED
RGB
CMYK
RGB Variations
Color information
#CDC0ED (or 0xCDC0ED) is known color: Fog. HEX triplet: CD, C0 and ED. RGB value is (205,192,237). Sum of RGB (Red+Green+Blue) = 205+192+237=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC0ED is #323F12. Grayscale: #C8C8C8. Windows color (decimal): -3292947 or 15581389. OLE color: 15581389.
HSL color Cylindrical-coordinate representation of color #CDC0ED: hue angle of 257.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDC0ED is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 192 | 237 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 257.33º | 0.56% | 0.84% | - |
| HSV(B) | 257.33º | 0.19% | 0.93% | - |
| XYZ | 59.31 | 56.79 | 87.96 | - |
| YUV | 201.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 237 | 0.14 | 0.19 | 0 | 0.07 | 257.33 | 0.56 | 0.84 |
| Hex | CD | C0 | ED | E | 13 | 0 | 7 | 101 | 38 | 54 |
| Octal | 315 | 300 | 355 | 16 | 23 | 0 | 7 | 401 | 70 | 124 |
| Binary | 11001101 | 11000000 | 11101101 | 1110 | 10011 | 0 | 111 | 100000001 | 111000 | 1010100 |
Color Harmonies of #CDC0ED
Complementary color
Monochromatic Colors of #CDC0ED
Black with #CDC0ED
Text Example
Text Example
White with #CDC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0ED; }
p { color: rgb(205,192,237); }
H1.HeaderClassName
{
color: #CDC0ED;
}
.AnyTagClassName
{
color: #CDC0ED;
}
</style>
background-color css
<style>
a { background-color: #CDC0ED; }
a { background-color: rgb(205,192,237); }
div.DivClassName
{
background-color: #CDC0ED;
}
.BgClassName
{
background-color: #CDC0ED;
}
</style>
border-color css
<style>
span { border-color: #CDC0ED; }
span { border-color: rgb(205,192,237); }
td.TdClassName
{
border-color: #CDC0ED;
}
.TagClassName
{
border-color: #CDC0ED;
}
</style>