Shades of Fog #CEC4E3
Tints of Fog #CEC4E3
RGB
CMYK
RGB Variations
Color information
#CEC4E3 (or 0xCEC4E3) is known color: Fog. HEX triplet: CE, C4 and E3. RGB value is (206,196,227). Sum of RGB (Red+Green+Blue) = 206+196+227=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4E3 is #313B1C. Grayscale: #CACACA. Windows color (decimal): -3226397 or 14927054. OLE color: 14927054.
HSL color Cylindrical-coordinate representation of color #CEC4E3: hue angle of 259.35º degrees, saturation: 0.36, 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 #CEC4E3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 196 | 227 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.11 |
| HSL | 259.35º | 0.36% | 0.83% | - |
| HSV(B) | 259.35º | 0.14% | 0.89% | - |
| XYZ | 59.06 | 58.15 | 80.78 | - |
| YUV | 202.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 227 | 0.09 | 0.14 | 0 | 0.11 | 259.35 | 0.36 | 0.83 |
| Hex | CE | C4 | E3 | 9 | E | 0 | B | 103 | 24 | 53 |
| Octal | 316 | 304 | 343 | 11 | 16 | 0 | 13 | 403 | 44 | 123 |
| Binary | 11001110 | 11000100 | 11100011 | 1001 | 1110 | 0 | 1011 | 100000011 | 100100 | 1010011 |
Color Harmonies of #CEC4E3
Complementary color
Monochromatic Colors of #CEC4E3
Black with #CEC4E3
Text Example
Text Example
White with #CEC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4E3; }
p { color: rgb(206,196,227); }
H1.HeaderClassName
{
color: #CEC4E3;
}
.AnyTagClassName
{
color: #CEC4E3;
}
</style>
background-color css
<style>
a { background-color: #CEC4E3; }
a { background-color: rgb(206,196,227); }
div.DivClassName
{
background-color: #CEC4E3;
}
.BgClassName
{
background-color: #CEC4E3;
}
</style>
border-color css
<style>
span { border-color: #CEC4E3; }
span { border-color: rgb(206,196,227); }
td.TdClassName
{
border-color: #CEC4E3;
}
.TagClassName
{
border-color: #CEC4E3;
}
</style>