Shades of Fog #CEC4E8
Tints of Fog #CEC4E8
RGB
CMYK
RGB Variations
Color information
#CEC4E8 (or 0xCEC4E8) is known color: Fog. HEX triplet: CE, C4 and E8. RGB value is (206,196,232). Sum of RGB (Red+Green+Blue) = 206+196+232=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4E8 is #313B17. Grayscale: #CACACA. Windows color (decimal): -3226392 or 15254734. OLE color: 15254734.
HSL color Cylindrical-coordinate representation of color #CEC4E8: hue angle of 256.67º degrees, saturation: 0.44, 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 #CEC4E8 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 196 | 232 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.09 |
| HSL | 256.67º | 0.44% | 0.84% | - |
| HSV(B) | 256.67º | 0.16% | 0.91% | - |
| XYZ | 59.76 | 58.43 | 84.47 | - |
| YUV | 203.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 232 | 0.11 | 0.16 | 0 | 0.09 | 256.67 | 0.44 | 0.84 |
| Hex | CE | C4 | E8 | B | 10 | 0 | 9 | 101 | 2C | 54 |
| Octal | 316 | 304 | 350 | 13 | 20 | 0 | 11 | 401 | 54 | 124 |
| Binary | 11001110 | 11000100 | 11101000 | 1011 | 10000 | 0 | 1001 | 100000001 | 101100 | 1010100 |
Color Harmonies of #CEC4E8
Complementary color
Monochromatic Colors of #CEC4E8
Black with #CEC4E8
Text Example
Text Example
White with #CEC4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E8; }
p { color: rgb(206,196,232); }
H1.HeaderClassName
{
color: #CEC4E8;
}
.AnyTagClassName
{
color: #CEC4E8;
}
</style>
background-color css
<style>
a { background-color: #CEC4E8; }
a { background-color: rgb(206,196,232); }
div.DivClassName
{
background-color: #CEC4E8;
}
.BgClassName
{
background-color: #CEC4E8;
}
</style>
border-color css
<style>
span { border-color: #CEC4E8; }
span { border-color: rgb(206,196,232); }
td.TdClassName
{
border-color: #CEC4E8;
}
.TagClassName
{
border-color: #CEC4E8;
}
</style>