Shades of Fog #CEC4E1
Tints of Fog #CEC4E1
RGB
CMYK
RGB Variations
Color information
#CEC4E1 (or 0xCEC4E1) is known color: Fog. HEX triplet: CE, C4 and E1. RGB value is (206,196,225). Sum of RGB (Red+Green+Blue) = 206+196+225=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEC4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4E1 is #313B1E. Grayscale: #CACACA. Windows color (decimal): -3226399 or 14795982. OLE color: 14795982.
HSL color Cylindrical-coordinate representation of color #CEC4E1: hue angle of 260.69º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC4E1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 196 | 225 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.12 |
| HSL | 260.69º | 0.33% | 0.83% | - |
| HSV(B) | 260.69º | 0.13% | 0.88% | - |
| XYZ | 58.78 | 58.04 | 79.34 | - |
| YUV | 202.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 225 | 0.08 | 0.13 | 0 | 0.12 | 260.69 | 0.33 | 0.83 |
| Hex | CE | C4 | E1 | 8 | D | 0 | C | 105 | 21 | 53 |
| Octal | 316 | 304 | 341 | 10 | 15 | 0 | 14 | 405 | 41 | 123 |
| Binary | 11001110 | 11000100 | 11100001 | 1000 | 1101 | 0 | 1100 | 100000101 | 100001 | 1010011 |
Color Harmonies of #CEC4E1
Complementary color
Monochromatic Colors of #CEC4E1
Black with #CEC4E1
Text Example
Text Example
White with #CEC4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E1; }
p { color: rgb(206,196,225); }
H1.HeaderClassName
{
color: #CEC4E1;
}
.AnyTagClassName
{
color: #CEC4E1;
}
</style>
background-color css
<style>
a { background-color: #CEC4E1; }
a { background-color: rgb(206,196,225); }
div.DivClassName
{
background-color: #CEC4E1;
}
.BgClassName
{
background-color: #CEC4E1;
}
</style>
border-color css
<style>
span { border-color: #CEC4E1; }
span { border-color: rgb(206,196,225); }
td.TdClassName
{
border-color: #CEC4E1;
}
.TagClassName
{
border-color: #CEC4E1;
}
</style>