Shades of Fog #CEC4EE
Tints of Fog #CEC4EE
RGB
CMYK
RGB Variations
Color information
#CEC4EE (or 0xCEC4EE) is known color: Fog. HEX triplet: CE, C4 and EE. RGB value is (206,196,238). Sum of RGB (Red+Green+Blue) = 206+196+238=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4EE is #313B11. Grayscale: #CBCBCB. Windows color (decimal): -3226386 or 15647950. OLE color: 15647950.
HSL color Cylindrical-coordinate representation of color #CEC4EE: hue angle of 254.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC4EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 196 | 238 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 254.29º | 0.55% | 0.85% | - |
| HSV(B) | 254.29º | 0.18% | 0.93% | - |
| XYZ | 60.63 | 58.77 | 89.04 | - |
| YUV | 203.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 238 | 0.13 | 0.18 | 0 | 0.07 | 254.29 | 0.55 | 0.85 |
| Hex | CE | C4 | EE | D | 12 | 0 | 7 | FE | 37 | 55 |
| Octal | 316 | 304 | 356 | 15 | 22 | 0 | 7 | 376 | 67 | 125 |
| Binary | 11001110 | 11000100 | 11101110 | 1101 | 10010 | 0 | 111 | 11111110 | 110111 | 1010101 |
Color Harmonies of #CEC4EE
Complementary color
Monochromatic Colors of #CEC4EE
Black with #CEC4EE
Text Example
Text Example
White with #CEC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4EE; }
p { color: rgb(206,196,238); }
H1.HeaderClassName
{
color: #CEC4EE;
}
.AnyTagClassName
{
color: #CEC4EE;
}
</style>
background-color css
<style>
a { background-color: #CEC4EE; }
a { background-color: rgb(206,196,238); }
div.DivClassName
{
background-color: #CEC4EE;
}
.BgClassName
{
background-color: #CEC4EE;
}
</style>
border-color css
<style>
span { border-color: #CEC4EE; }
span { border-color: rgb(206,196,238); }
td.TdClassName
{
border-color: #CEC4EE;
}
.TagClassName
{
border-color: #CEC4EE;
}
</style>