Shades of Fog #CEC5EE
Tints of Fog #CEC5EE
RGB
CMYK
RGB Variations
Color information
#CEC5EE (or 0xCEC5EE) is known color: Fog. HEX triplet: CE, C5 and EE. RGB value is (206,197,238). Sum of RGB (Red+Green+Blue) = 206+197+238=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5EE is #313A11. Grayscale: #CCCCCC. Windows color (decimal): -3226130 or 15648206. OLE color: 15648206.
HSL color Cylindrical-coordinate representation of color #CEC5EE: hue angle of 253.17º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC5EE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 197 | 238 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.07 |
| HSL | 253.17º | 0.55% | 0.85% | - |
| HSV(B) | 253.17º | 0.17% | 0.93% | - |
| XYZ | 60.85 | 59.23 | 89.11 | - |
| YUV | 204.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 238 | 0.13 | 0.17 | 0 | 0.07 | 253.17 | 0.55 | 0.85 |
| Hex | CE | C5 | EE | D | 11 | 0 | 7 | FD | 37 | 55 |
| Octal | 316 | 305 | 356 | 15 | 21 | 0 | 7 | 375 | 67 | 125 |
| Binary | 11001110 | 11000101 | 11101110 | 1101 | 10001 | 0 | 111 | 11111101 | 110111 | 1010101 |
Color Harmonies of #CEC5EE
Complementary color
Monochromatic Colors of #CEC5EE
Black with #CEC5EE
Text Example
Text Example
White with #CEC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5EE; }
p { color: rgb(206,197,238); }
H1.HeaderClassName
{
color: #CEC5EE;
}
.AnyTagClassName
{
color: #CEC5EE;
}
</style>
background-color css
<style>
a { background-color: #CEC5EE; }
a { background-color: rgb(206,197,238); }
div.DivClassName
{
background-color: #CEC5EE;
}
.BgClassName
{
background-color: #CEC5EE;
}
</style>
border-color css
<style>
span { border-color: #CEC5EE; }
span { border-color: rgb(206,197,238); }
td.TdClassName
{
border-color: #CEC5EE;
}
.TagClassName
{
border-color: #CEC5EE;
}
</style>