Shades of Fog #CDC6E9
Tints of Fog #CDC6E9
RGB
CMYK
RGB Variations
Color information
#CDC6E9 (or 0xCDC6E9) is known color: Fog. HEX triplet: CD, C6 and E9. RGB value is (205,198,233). Sum of RGB (Red+Green+Blue) = 205+198+233=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6E9 is #323916. Grayscale: #CBCBCB. Windows color (decimal): -3291415 or 15320781. OLE color: 15320781.
HSL color Cylindrical-coordinate representation of color #CDC6E9: hue angle of 252º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC6E9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 198 | 233 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.09 |
| HSL | 252º | 0.44% | 0.85% | - |
| HSV(B) | 252º | 0.15% | 0.91% | - |
| XYZ | 60.08 | 59.25 | 85.36 | - |
| YUV | 204.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 233 | 0.12 | 0.15 | 0 | 0.09 | 252 | 0.44 | 0.85 |
| Hex | CD | C6 | E9 | C | F | 0 | 9 | FC | 2C | 55 |
| Octal | 315 | 306 | 351 | 14 | 17 | 0 | 11 | 374 | 54 | 125 |
| Binary | 11001101 | 11000110 | 11101001 | 1100 | 1111 | 0 | 1001 | 11111100 | 101100 | 1010101 |
Color Harmonies of #CDC6E9
Complementary color
Monochromatic Colors of #CDC6E9
Black with #CDC6E9
Text Example
Text Example
White with #CDC6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6E9; }
p { color: rgb(205,198,233); }
H1.HeaderClassName
{
color: #CDC6E9;
}
.AnyTagClassName
{
color: #CDC6E9;
}
</style>
background-color css
<style>
a { background-color: #CDC6E9; }
a { background-color: rgb(205,198,233); }
div.DivClassName
{
background-color: #CDC6E9;
}
.BgClassName
{
background-color: #CDC6E9;
}
</style>
border-color css
<style>
span { border-color: #CDC6E9; }
span { border-color: rgb(205,198,233); }
td.TdClassName
{
border-color: #CDC6E9;
}
.TagClassName
{
border-color: #CDC6E9;
}
</style>