Shades of Fog #CEC9E8
Tints of Fog #CEC9E8
RGB
CMYK
RGB Variations
Color information
#CEC9E8 (or 0xCEC9E8) is known color: Fog. HEX triplet: CE, C9 and E8. RGB value is (206,201,232). Sum of RGB (Red+Green+Blue) = 206+201+232=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9E8 is #313617. Grayscale: #CDCDCD. Windows color (decimal): -3225112 or 15256014. OLE color: 15256014.
HSL color Cylindrical-coordinate representation of color #CEC9E8: hue angle of 249.68º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC9E8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 201 | 232 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.09 |
| HSL | 249.68º | 0.4% | 0.85% | - |
| HSV(B) | 249.68º | 0.13% | 0.91% | - |
| XYZ | 60.91 | 60.72 | 84.85 | - |
| YUV | 206.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 232 | 0.11 | 0.13 | 0 | 0.09 | 249.68 | 0.4 | 0.85 |
| Hex | CE | C9 | E8 | B | D | 0 | 9 | FA | 28 | 55 |
| Octal | 316 | 311 | 350 | 13 | 15 | 0 | 11 | 372 | 50 | 125 |
| Binary | 11001110 | 11001001 | 11101000 | 1011 | 1101 | 0 | 1001 | 11111010 | 101000 | 1010101 |
Color Harmonies of #CEC9E8
Complementary color
Monochromatic Colors of #CEC9E8
Black with #CEC9E8
Text Example
Text Example
White with #CEC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9E8; }
p { color: rgb(206,201,232); }
H1.HeaderClassName
{
color: #CEC9E8;
}
.AnyTagClassName
{
color: #CEC9E8;
}
</style>
background-color css
<style>
a { background-color: #CEC9E8; }
a { background-color: rgb(206,201,232); }
div.DivClassName
{
background-color: #CEC9E8;
}
.BgClassName
{
background-color: #CEC9E8;
}
</style>
border-color css
<style>
span { border-color: #CEC9E8; }
span { border-color: rgb(206,201,232); }
td.TdClassName
{
border-color: #CEC9E8;
}
.TagClassName
{
border-color: #CEC9E8;
}
</style>