Shades of Fog #CEC4D7
Tints of Fog #CEC4D7
RGB
CMYK
RGB Variations
Color information
#CEC4D7 (or 0xCEC4D7) is known color: Fog. HEX triplet: CE, C4 and D7. RGB value is (206,196,215). Sum of RGB (Red+Green+Blue) = 206+196+215=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D7 is #313B28. Grayscale: #C9C9C9. Windows color (decimal): -3226409 or 14140622. OLE color: 14140622.
HSL color Cylindrical-coordinate representation of color #CEC4D7: hue angle of 271.58º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC4D7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 196 | 215 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.16 |
| HSL | 271.58º | 0.19% | 0.81% | - |
| HSV(B) | 271.58º | 0.09% | 0.84% | - |
| XYZ | 57.46 | 57.51 | 72.36 | - |
| YUV | 201.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 215 | 0.04 | 0.09 | 0 | 0.16 | 271.58 | 0.19 | 0.81 |
| Hex | CE | C4 | D7 | 4 | 9 | 0 | 10 | 110 | 13 | 51 |
| Octal | 316 | 304 | 327 | 4 | 11 | 0 | 20 | 420 | 23 | 121 |
| Binary | 11001110 | 11000100 | 11010111 | 100 | 1001 | 0 | 10000 | 100010000 | 10011 | 1010001 |
Color Harmonies of #CEC4D7
Complementary color
Monochromatic Colors of #CEC4D7
Black with #CEC4D7
Text Example
Text Example
White with #CEC4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4D7; }
p { color: rgb(206,196,215); }
H1.HeaderClassName
{
color: #CEC4D7;
}
.AnyTagClassName
{
color: #CEC4D7;
}
</style>
background-color css
<style>
a { background-color: #CEC4D7; }
a { background-color: rgb(206,196,215); }
div.DivClassName
{
background-color: #CEC4D7;
}
.BgClassName
{
background-color: #CEC4D7;
}
</style>
border-color css
<style>
span { border-color: #CEC4D7; }
span { border-color: rgb(206,196,215); }
td.TdClassName
{
border-color: #CEC4D7;
}
.TagClassName
{
border-color: #CEC4D7;
}
</style>