Shades of Fog #CEC1EE
Tints of Fog #CEC1EE
RGB
CMYK
RGB Variations
Color information
#CEC1EE (or 0xCEC1EE) is known color: Fog. HEX triplet: CE, C1 and EE. RGB value is (206,193,238). Sum of RGB (Red+Green+Blue) = 206+193+238=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1EE is #313E11. Grayscale: #C9C9C9. Windows color (decimal): -3227154 or 15647182. OLE color: 15647182.
HSL color Cylindrical-coordinate representation of color #CEC1EE: hue angle of 257.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC1EE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 193 | 238 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.07 |
| HSL | 257.33º | 0.57% | 0.85% | - |
| HSV(B) | 257.33º | 0.19% | 0.93% | - |
| XYZ | 59.96 | 57.43 | 88.81 | - |
| YUV | 202.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 238 | 0.13 | 0.19 | 0 | 0.07 | 257.33 | 0.57 | 0.85 |
| Hex | CE | C1 | EE | D | 13 | 0 | 7 | 101 | 39 | 55 |
| Octal | 316 | 301 | 356 | 15 | 23 | 0 | 7 | 401 | 71 | 125 |
| Binary | 11001110 | 11000001 | 11101110 | 1101 | 10011 | 0 | 111 | 100000001 | 111001 | 1010101 |
Color Harmonies of #CEC1EE
Complementary color
Monochromatic Colors of #CEC1EE
Black with #CEC1EE
Text Example
Text Example
White with #CEC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1EE; }
p { color: rgb(206,193,238); }
H1.HeaderClassName
{
color: #CEC1EE;
}
.AnyTagClassName
{
color: #CEC1EE;
}
</style>
background-color css
<style>
a { background-color: #CEC1EE; }
a { background-color: rgb(206,193,238); }
div.DivClassName
{
background-color: #CEC1EE;
}
.BgClassName
{
background-color: #CEC1EE;
}
</style>
border-color css
<style>
span { border-color: #CEC1EE; }
span { border-color: rgb(206,193,238); }
td.TdClassName
{
border-color: #CEC1EE;
}
.TagClassName
{
border-color: #CEC1EE;
}
</style>