Shades of Fog #CDC6E7
Tints of Fog #CDC6E7
RGB
CMYK
RGB Variations
Color information
#CDC6E7 (or 0xCDC6E7) is known color: Fog. HEX triplet: CD, C6 and E7. RGB value is (205,198,231). Sum of RGB (Red+Green+Blue) = 205+198+231=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6E7 is #323918. Grayscale: #CBCBCB. Windows color (decimal): -3291417 or 15189709. OLE color: 15189709.
HSL color Cylindrical-coordinate representation of color #CDC6E7: hue angle of 252.73º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC6E7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 198 | 231 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 252.73º | 0.41% | 0.84% | - |
| HSV(B) | 252.73º | 0.14% | 0.91% | - |
| XYZ | 59.79 | 59.14 | 83.86 | - |
| YUV | 203.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 231 | 0.11 | 0.14 | 0 | 0.09 | 252.73 | 0.41 | 0.84 |
| Hex | CD | C6 | E7 | B | E | 0 | 9 | FD | 29 | 54 |
| Octal | 315 | 306 | 347 | 13 | 16 | 0 | 11 | 375 | 51 | 124 |
| Binary | 11001101 | 11000110 | 11100111 | 1011 | 1110 | 0 | 1001 | 11111101 | 101001 | 1010100 |
Color Harmonies of #CDC6E7
Complementary color
Monochromatic Colors of #CDC6E7
Black with #CDC6E7
Text Example
Text Example
White with #CDC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6E7; }
p { color: rgb(205,198,231); }
H1.HeaderClassName
{
color: #CDC6E7;
}
.AnyTagClassName
{
color: #CDC6E7;
}
</style>
background-color css
<style>
a { background-color: #CDC6E7; }
a { background-color: rgb(205,198,231); }
div.DivClassName
{
background-color: #CDC6E7;
}
.BgClassName
{
background-color: #CDC6E7;
}
</style>
border-color css
<style>
span { border-color: #CDC6E7; }
span { border-color: rgb(205,198,231); }
td.TdClassName
{
border-color: #CDC6E7;
}
.TagClassName
{
border-color: #CDC6E7;
}
</style>