Shades of Fog #CEC7DC
Tints of Fog #CEC7DC
RGB
CMYK
RGB Variations
Color information
#CEC7DC (or 0xCEC7DC) is known color: Fog. HEX triplet: CE, C7 and DC. RGB value is (206,199,220). Sum of RGB (Red+Green+Blue) = 206+199+220=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DC is #313823. Grayscale: #CBCBCB. Windows color (decimal): -3225636 or 14469070. OLE color: 14469070.
HSL color Cylindrical-coordinate representation of color #CEC7DC: hue angle of 260º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC7DC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 199 | 220 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.14 |
| HSL | 260º | 0.23% | 0.82% | - |
| HSV(B) | 260º | 0.1% | 0.86% | - |
| XYZ | 58.8 | 59.14 | 76.03 | - |
| YUV | 203.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 220 | 0.06 | 0.10 | 0 | 0.14 | 260 | 0.23 | 0.82 |
| Hex | CE | C7 | DC | 6 | A | 0 | E | 104 | 17 | 52 |
| Octal | 316 | 307 | 334 | 6 | 12 | 0 | 16 | 404 | 27 | 122 |
| Binary | 11001110 | 11000111 | 11011100 | 110 | 1010 | 0 | 1110 | 100000100 | 10111 | 1010010 |
Color Harmonies of #CEC7DC
Complementary color
Monochromatic Colors of #CEC7DC
Black with #CEC7DC
Text Example
Text Example
White with #CEC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7DC; }
p { color: rgb(206,199,220); }
H1.HeaderClassName
{
color: #CEC7DC;
}
.AnyTagClassName
{
color: #CEC7DC;
}
</style>
background-color css
<style>
a { background-color: #CEC7DC; }
a { background-color: rgb(206,199,220); }
div.DivClassName
{
background-color: #CEC7DC;
}
.BgClassName
{
background-color: #CEC7DC;
}
</style>
border-color css
<style>
span { border-color: #CEC7DC; }
span { border-color: rgb(206,199,220); }
td.TdClassName
{
border-color: #CEC7DC;
}
.TagClassName
{
border-color: #CEC7DC;
}
</style>