Shades of Fog #CDC6EC
Tints of Fog #CDC6EC
RGB
CMYK
RGB Variations
Color information
#CDC6EC (or 0xCDC6EC) is known color: Fog. HEX triplet: CD, C6 and EC. RGB value is (205,198,236). Sum of RGB (Red+Green+Blue) = 205+198+236=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EC is #323913. Grayscale: #CCCCCC. Windows color (decimal): -3291412 or 15517389. OLE color: 15517389.
HSL color Cylindrical-coordinate representation of color #CDC6EC: hue angle of 251.05º degrees, saturation: 0.5, 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 #CDC6EC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 198 | 236 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.07 |
| HSL | 251.05º | 0.5% | 0.85% | - |
| HSV(B) | 251.05º | 0.16% | 0.93% | - |
| XYZ | 60.51 | 59.42 | 87.64 | - |
| YUV | 204.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 236 | 0.13 | 0.16 | 0 | 0.07 | 251.05 | 0.5 | 0.85 |
| Hex | CD | C6 | EC | D | 10 | 0 | 7 | FB | 32 | 55 |
| Octal | 315 | 306 | 354 | 15 | 20 | 0 | 7 | 373 | 62 | 125 |
| Binary | 11001101 | 11000110 | 11101100 | 1101 | 10000 | 0 | 111 | 11111011 | 110010 | 1010101 |
Color Harmonies of #CDC6EC
Complementary color
Monochromatic Colors of #CDC6EC
Black with #CDC6EC
Text Example
Text Example
White with #CDC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6EC; }
p { color: rgb(205,198,236); }
H1.HeaderClassName
{
color: #CDC6EC;
}
.AnyTagClassName
{
color: #CDC6EC;
}
</style>
background-color css
<style>
a { background-color: #CDC6EC; }
a { background-color: rgb(205,198,236); }
div.DivClassName
{
background-color: #CDC6EC;
}
.BgClassName
{
background-color: #CDC6EC;
}
</style>
border-color css
<style>
span { border-color: #CDC6EC; }
span { border-color: rgb(205,198,236); }
td.TdClassName
{
border-color: #CDC6EC;
}
.TagClassName
{
border-color: #CDC6EC;
}
</style>