Shades of Fog #CEC7DD
Tints of Fog #CEC7DD
RGB
CMYK
RGB Variations
Color information
#CEC7DD (or 0xCEC7DD) is known color: Fog. HEX triplet: CE, C7 and DD. RGB value is (206,199,221). Sum of RGB (Red+Green+Blue) = 206+199+221=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DD is #313822. Grayscale: #CBCBCB. Windows color (decimal): -3225635 or 14534606. OLE color: 14534606.
HSL color Cylindrical-coordinate representation of color #CEC7DD: hue angle of 259.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC7DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 199 | 221 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.13 |
| HSL | 259.09º | 0.24% | 0.82% | - |
| HSV(B) | 259.09º | 0.1% | 0.87% | - |
| XYZ | 58.93 | 59.19 | 76.73 | - |
| YUV | 203.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 221 | 0.07 | 0.10 | 0 | 0.13 | 259.09 | 0.24 | 0.82 |
| Hex | CE | C7 | DD | 7 | A | 0 | D | 103 | 18 | 52 |
| Octal | 316 | 307 | 335 | 7 | 12 | 0 | 15 | 403 | 30 | 122 |
| Binary | 11001110 | 11000111 | 11011101 | 111 | 1010 | 0 | 1101 | 100000011 | 11000 | 1010010 |
Color Harmonies of #CEC7DD
Complementary color
Monochromatic Colors of #CEC7DD
Black with #CEC7DD
Text Example
Text Example
White with #CEC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7DD; }
p { color: rgb(206,199,221); }
H1.HeaderClassName
{
color: #CEC7DD;
}
.AnyTagClassName
{
color: #CEC7DD;
}
</style>
background-color css
<style>
a { background-color: #CEC7DD; }
a { background-color: rgb(206,199,221); }
div.DivClassName
{
background-color: #CEC7DD;
}
.BgClassName
{
background-color: #CEC7DD;
}
</style>
border-color css
<style>
span { border-color: #CEC7DD; }
span { border-color: rgb(206,199,221); }
td.TdClassName
{
border-color: #CEC7DD;
}
.TagClassName
{
border-color: #CEC7DD;
}
</style>