Shades of Fog #CEC5EF
Tints of Fog #CEC5EF
RGB
CMYK
RGB Variations
Color information
#CEC5EF (or 0xCEC5EF) is known color: Fog. HEX triplet: CE, C5 and EF. RGB value is (206,197,239). Sum of RGB (Red+Green+Blue) = 206+197+239=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5EF is #313A10. Grayscale: #CCCCCC. Windows color (decimal): -3226129 or 15713742. OLE color: 15713742.
HSL color Cylindrical-coordinate representation of color #CEC5EF: hue angle of 252.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC5EF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 197 | 239 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.06 |
| HSL | 252.86º | 0.57% | 0.85% | - |
| HSV(B) | 252.86º | 0.18% | 0.94% | - |
| XYZ | 61 | 59.29 | 89.89 | - |
| YUV | 204.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 239 | 0.14 | 0.18 | 0 | 0.06 | 252.86 | 0.57 | 0.85 |
| Hex | CE | C5 | EF | E | 12 | 0 | 6 | FD | 39 | 55 |
| Octal | 316 | 305 | 357 | 16 | 22 | 0 | 6 | 375 | 71 | 125 |
| Binary | 11001110 | 11000101 | 11101111 | 1110 | 10010 | 0 | 110 | 11111101 | 111001 | 1010101 |
Color Harmonies of #CEC5EF
Complementary color
Monochromatic Colors of #CEC5EF
Black with #CEC5EF
Text Example
Text Example
White with #CEC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5EF; }
p { color: rgb(206,197,239); }
H1.HeaderClassName
{
color: #CEC5EF;
}
.AnyTagClassName
{
color: #CEC5EF;
}
</style>
background-color css
<style>
a { background-color: #CEC5EF; }
a { background-color: rgb(206,197,239); }
div.DivClassName
{
background-color: #CEC5EF;
}
.BgClassName
{
background-color: #CEC5EF;
}
</style>
border-color css
<style>
span { border-color: #CEC5EF; }
span { border-color: rgb(206,197,239); }
td.TdClassName
{
border-color: #CEC5EF;
}
.TagClassName
{
border-color: #CEC5EF;
}
</style>