Shades of Fog #CEC4E4
Tints of Fog #CEC4E4
RGB
CMYK
RGB Variations
Color information
#CEC4E4 (or 0xCEC4E4) is known color: Fog. HEX triplet: CE, C4 and E4. RGB value is (206,196,228). Sum of RGB (Red+Green+Blue) = 206+196+228=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEC4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4E4 is #313B1B. Grayscale: #CACACA. Windows color (decimal): -3226396 or 14992590. OLE color: 14992590.
HSL color Cylindrical-coordinate representation of color #CEC4E4: hue angle of 258.75º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC4E4 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 196 | 228 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.11 |
| HSL | 258.75º | 0.37% | 0.83% | - |
| HSV(B) | 258.75º | 0.14% | 0.89% | - |
| XYZ | 59.2 | 58.2 | 81.51 | - |
| YUV | 202.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 228 | 0.10 | 0.14 | 0 | 0.11 | 258.75 | 0.37 | 0.83 |
| Hex | CE | C4 | E4 | A | E | 0 | B | 103 | 25 | 53 |
| Octal | 316 | 304 | 344 | 12 | 16 | 0 | 13 | 403 | 45 | 123 |
| Binary | 11001110 | 11000100 | 11100100 | 1010 | 1110 | 0 | 1011 | 100000011 | 100101 | 1010011 |
Color Harmonies of #CEC4E4
Complementary color
Monochromatic Colors of #CEC4E4
Black with #CEC4E4
Text Example
Text Example
White with #CEC4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E4; }
p { color: rgb(206,196,228); }
H1.HeaderClassName
{
color: #CEC4E4;
}
.AnyTagClassName
{
color: #CEC4E4;
}
</style>
background-color css
<style>
a { background-color: #CEC4E4; }
a { background-color: rgb(206,196,228); }
div.DivClassName
{
background-color: #CEC4E4;
}
.BgClassName
{
background-color: #CEC4E4;
}
</style>
border-color css
<style>
span { border-color: #CEC4E4; }
span { border-color: rgb(206,196,228); }
td.TdClassName
{
border-color: #CEC4E4;
}
.TagClassName
{
border-color: #CEC4E4;
}
</style>