Shades of Fog #CEC4E9
Tints of Fog #CEC4E9
RGB
CMYK
RGB Variations
Color information
#CEC4E9 (or 0xCEC4E9) is known color: Fog. HEX triplet: CE, C4 and E9. RGB value is (206,196,233). Sum of RGB (Red+Green+Blue) = 206+196+233=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4E9 is #313B16. Grayscale: #CBCBCB. Windows color (decimal): -3226391 or 15320270. OLE color: 15320270.
HSL color Cylindrical-coordinate representation of color #CEC4E9: hue angle of 256.22º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC4E9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 196 | 233 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.09 |
| HSL | 256.22º | 0.46% | 0.84% | - |
| HSV(B) | 256.22º | 0.16% | 0.91% | - |
| XYZ | 59.9 | 58.48 | 85.22 | - |
| YUV | 203.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 233 | 0.12 | 0.16 | 0 | 0.09 | 256.22 | 0.46 | 0.84 |
| Hex | CE | C4 | E9 | C | 10 | 0 | 9 | 100 | 2E | 54 |
| Octal | 316 | 304 | 351 | 14 | 20 | 0 | 11 | 400 | 56 | 124 |
| Binary | 11001110 | 11000100 | 11101001 | 1100 | 10000 | 0 | 1001 | 100000000 | 101110 | 1010100 |
Color Harmonies of #CEC4E9
Complementary color
Monochromatic Colors of #CEC4E9
Black with #CEC4E9
Text Example
Text Example
White with #CEC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E9; }
p { color: rgb(206,196,233); }
H1.HeaderClassName
{
color: #CEC4E9;
}
.AnyTagClassName
{
color: #CEC4E9;
}
</style>
background-color css
<style>
a { background-color: #CEC4E9; }
a { background-color: rgb(206,196,233); }
div.DivClassName
{
background-color: #CEC4E9;
}
.BgClassName
{
background-color: #CEC4E9;
}
</style>
border-color css
<style>
span { border-color: #CEC4E9; }
span { border-color: rgb(206,196,233); }
td.TdClassName
{
border-color: #CEC4E9;
}
.TagClassName
{
border-color: #CEC4E9;
}
</style>