Shades of Fog #CEC1E1
Tints of Fog #CEC1E1
RGB
CMYK
RGB Variations
Color information
#CEC1E1 (or 0xCEC1E1) is known color: Fog. HEX triplet: CE, C1 and E1. RGB value is (206,193,225). Sum of RGB (Red+Green+Blue) = 206+193+225=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1E1 is #313E1E. Grayscale: #C8C8C8. Windows color (decimal): -3227167 or 14795214. OLE color: 14795214.
HSL color Cylindrical-coordinate representation of color #CEC1E1: hue angle of 264.38º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC1E1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 193 | 225 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.12 |
| HSL | 264.38º | 0.35% | 0.82% | - |
| HSV(B) | 264.38º | 0.14% | 0.88% | - |
| XYZ | 58.11 | 56.7 | 79.12 | - |
| YUV | 200.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 225 | 0.08 | 0.14 | 0 | 0.12 | 264.38 | 0.35 | 0.82 |
| Hex | CE | C1 | E1 | 8 | E | 0 | C | 108 | 23 | 52 |
| Octal | 316 | 301 | 341 | 10 | 16 | 0 | 14 | 410 | 43 | 122 |
| Binary | 11001110 | 11000001 | 11100001 | 1000 | 1110 | 0 | 1100 | 100001000 | 100011 | 1010010 |
Color Harmonies of #CEC1E1
Complementary color
Monochromatic Colors of #CEC1E1
Black with #CEC1E1
Text Example
Text Example
White with #CEC1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1E1; }
p { color: rgb(206,193,225); }
H1.HeaderClassName
{
color: #CEC1E1;
}
.AnyTagClassName
{
color: #CEC1E1;
}
</style>
background-color css
<style>
a { background-color: #CEC1E1; }
a { background-color: rgb(206,193,225); }
div.DivClassName
{
background-color: #CEC1E1;
}
.BgClassName
{
background-color: #CEC1E1;
}
</style>
border-color css
<style>
span { border-color: #CEC1E1; }
span { border-color: rgb(206,193,225); }
td.TdClassName
{
border-color: #CEC1E1;
}
.TagClassName
{
border-color: #CEC1E1;
}
</style>