Shades of Fog #CEC4E5
Tints of Fog #CEC4E5
RGB
CMYK
RGB Variations
Color information
#CEC4E5 (or 0xCEC4E5) is known color: Fog. HEX triplet: CE, C4 and E5. RGB value is (206,196,229). Sum of RGB (Red+Green+Blue) = 206+196+229=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4E5 is #313B1A. Grayscale: #CACACA. Windows color (decimal): -3226395 or 15058126. OLE color: 15058126.
HSL color Cylindrical-coordinate representation of color #CEC4E5: hue angle of 258.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC4E5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 196 | 229 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.10 |
| HSL | 258.18º | 0.39% | 0.83% | - |
| HSV(B) | 258.18º | 0.14% | 0.9% | - |
| XYZ | 59.34 | 58.26 | 82.25 | - |
| YUV | 202.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 229 | 0.10 | 0.14 | 0 | 0.10 | 258.18 | 0.39 | 0.83 |
| Hex | CE | C4 | E5 | A | E | 0 | A | 102 | 27 | 53 |
| Octal | 316 | 304 | 345 | 12 | 16 | 0 | 12 | 402 | 47 | 123 |
| Binary | 11001110 | 11000100 | 11100101 | 1010 | 1110 | 0 | 1010 | 100000010 | 100111 | 1010011 |
Color Harmonies of #CEC4E5
Complementary color
Monochromatic Colors of #CEC4E5
Black with #CEC4E5
Text Example
Text Example
White with #CEC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E5; }
p { color: rgb(206,196,229); }
H1.HeaderClassName
{
color: #CEC4E5;
}
.AnyTagClassName
{
color: #CEC4E5;
}
</style>
background-color css
<style>
a { background-color: #CEC4E5; }
a { background-color: rgb(206,196,229); }
div.DivClassName
{
background-color: #CEC4E5;
}
.BgClassName
{
background-color: #CEC4E5;
}
</style>
border-color css
<style>
span { border-color: #CEC4E5; }
span { border-color: rgb(206,196,229); }
td.TdClassName
{
border-color: #CEC4E5;
}
.TagClassName
{
border-color: #CEC4E5;
}
</style>