Shades of Fog #CDC6ED
Tints of Fog #CDC6ED
RGB
CMYK
RGB Variations
Color information
#CDC6ED (or 0xCDC6ED) is known color: Fog. HEX triplet: CD, C6 and ED. RGB value is (205,198,237). Sum of RGB (Red+Green+Blue) = 205+198+237=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6ED is #323912. Grayscale: #CCCCCC. Windows color (decimal): -3291411 or 15582925. OLE color: 15582925.
HSL color Cylindrical-coordinate representation of color #CDC6ED: hue angle of 250.77º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC6ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 198 | 237 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 250.77º | 0.52% | 0.85% | - |
| HSV(B) | 250.77º | 0.16% | 0.93% | - |
| XYZ | 60.66 | 59.48 | 88.4 | - |
| YUV | 204.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 237 | 0.14 | 0.16 | 0 | 0.07 | 250.77 | 0.52 | 0.85 |
| Hex | CD | C6 | ED | E | 10 | 0 | 7 | FB | 34 | 55 |
| Octal | 315 | 306 | 355 | 16 | 20 | 0 | 7 | 373 | 64 | 125 |
| Binary | 11001101 | 11000110 | 11101101 | 1110 | 10000 | 0 | 111 | 11111011 | 110100 | 1010101 |
Color Harmonies of #CDC6ED
Complementary color
Monochromatic Colors of #CDC6ED
Black with #CDC6ED
Text Example
Text Example
White with #CDC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6ED; }
p { color: rgb(205,198,237); }
H1.HeaderClassName
{
color: #CDC6ED;
}
.AnyTagClassName
{
color: #CDC6ED;
}
</style>
background-color css
<style>
a { background-color: #CDC6ED; }
a { background-color: rgb(205,198,237); }
div.DivClassName
{
background-color: #CDC6ED;
}
.BgClassName
{
background-color: #CDC6ED;
}
</style>
border-color css
<style>
span { border-color: #CDC6ED; }
span { border-color: rgb(205,198,237); }
td.TdClassName
{
border-color: #CDC6ED;
}
.TagClassName
{
border-color: #CDC6ED;
}
</style>