Shades of Fog #CEC1E9
Tints of Fog #CEC1E9
RGB
CMYK
RGB Variations
Color information
#CEC1E9 (or 0xCEC1E9) is known color: Fog. HEX triplet: CE, C1 and E9. RGB value is (206,193,233). Sum of RGB (Red+Green+Blue) = 206+193+233=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1E9 is #313E16. Grayscale: #C9C9C9. Windows color (decimal): -3227159 or 15319502. OLE color: 15319502.
HSL color Cylindrical-coordinate representation of color #CEC1E9: hue angle of 259.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC1E9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 193 | 233 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.09 |
| HSL | 259.5º | 0.48% | 0.84% | - |
| HSV(B) | 259.5º | 0.17% | 0.91% | - |
| XYZ | 59.23 | 57.14 | 85 | - |
| YUV | 201.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 233 | 0.12 | 0.17 | 0 | 0.09 | 259.5 | 0.48 | 0.84 |
| Hex | CE | C1 | E9 | C | 11 | 0 | 9 | 104 | 30 | 54 |
| Octal | 316 | 301 | 351 | 14 | 21 | 0 | 11 | 404 | 60 | 124 |
| Binary | 11001110 | 11000001 | 11101001 | 1100 | 10001 | 0 | 1001 | 100000100 | 110000 | 1010100 |
Color Harmonies of #CEC1E9
Complementary color
Monochromatic Colors of #CEC1E9
Black with #CEC1E9
Text Example
Text Example
White with #CEC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1E9; }
p { color: rgb(206,193,233); }
H1.HeaderClassName
{
color: #CEC1E9;
}
.AnyTagClassName
{
color: #CEC1E9;
}
</style>
background-color css
<style>
a { background-color: #CEC1E9; }
a { background-color: rgb(206,193,233); }
div.DivClassName
{
background-color: #CEC1E9;
}
.BgClassName
{
background-color: #CEC1E9;
}
</style>
border-color css
<style>
span { border-color: #CEC1E9; }
span { border-color: rgb(206,193,233); }
td.TdClassName
{
border-color: #CEC1E9;
}
.TagClassName
{
border-color: #CEC1E9;
}
</style>