Shades of Fog #CEC0DD
Tints of Fog #CEC0DD
RGB
CMYK
RGB Variations
Color information
#CEC0DD (or 0xCEC0DD) is known color: Fog. HEX triplet: CE, C0 and DD. RGB value is (206,192,221). Sum of RGB (Red+Green+Blue) = 206+192+221=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0DD is #313F22. Grayscale: #C7C7C7. Windows color (decimal): -3227427 or 14532814. OLE color: 14532814.
HSL color Cylindrical-coordinate representation of color #CEC0DD: hue angle of 268.97º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC0DD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 192 | 221 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.13 |
| HSL | 268.97º | 0.3% | 0.81% | - |
| HSV(B) | 268.97º | 0.13% | 0.87% | - |
| XYZ | 57.35 | 56.04 | 76.2 | - |
| YUV | 199.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 221 | 0.07 | 0.13 | 0 | 0.13 | 268.97 | 0.3 | 0.81 |
| Hex | CE | C0 | DD | 7 | D | 0 | D | 10D | 1E | 51 |
| Octal | 316 | 300 | 335 | 7 | 15 | 0 | 15 | 415 | 36 | 121 |
| Binary | 11001110 | 11000000 | 11011101 | 111 | 1101 | 0 | 1101 | 100001101 | 11110 | 1010001 |
Color Harmonies of #CEC0DD
Complementary color
Monochromatic Colors of #CEC0DD
Black with #CEC0DD
Text Example
Text Example
White with #CEC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0DD; }
p { color: rgb(206,192,221); }
H1.HeaderClassName
{
color: #CEC0DD;
}
.AnyTagClassName
{
color: #CEC0DD;
}
</style>
background-color css
<style>
a { background-color: #CEC0DD; }
a { background-color: rgb(206,192,221); }
div.DivClassName
{
background-color: #CEC0DD;
}
.BgClassName
{
background-color: #CEC0DD;
}
</style>
border-color css
<style>
span { border-color: #CEC0DD; }
span { border-color: rgb(206,192,221); }
td.TdClassName
{
border-color: #CEC0DD;
}
.TagClassName
{
border-color: #CEC0DD;
}
</style>