Shades of Fog #CEC1E5
Tints of Fog #CEC1E5
RGB
CMYK
RGB Variations
Color information
#CEC1E5 (or 0xCEC1E5) is known color: Fog. HEX triplet: CE, C1 and E5. RGB value is (206,193,229). Sum of RGB (Red+Green+Blue) = 206+193+229=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1E5 is #313E1A. Grayscale: #C8C8C8. Windows color (decimal): -3227163 or 15057358. OLE color: 15057358.
HSL color Cylindrical-coordinate representation of color #CEC1E5: hue angle of 261.67º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC1E5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 193 | 229 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.10 |
| HSL | 261.67º | 0.41% | 0.83% | - |
| HSV(B) | 261.67º | 0.16% | 0.9% | - |
| XYZ | 58.67 | 56.92 | 82.02 | - |
| YUV | 200.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 229 | 0.10 | 0.16 | 0 | 0.10 | 261.67 | 0.41 | 0.83 |
| Hex | CE | C1 | E5 | A | 10 | 0 | A | 106 | 29 | 53 |
| Octal | 316 | 301 | 345 | 12 | 20 | 0 | 12 | 406 | 51 | 123 |
| Binary | 11001110 | 11000001 | 11100101 | 1010 | 10000 | 0 | 1010 | 100000110 | 101001 | 1010011 |
Color Harmonies of #CEC1E5
Complementary color
Monochromatic Colors of #CEC1E5
Black with #CEC1E5
Text Example
Text Example
White with #CEC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1E5; }
p { color: rgb(206,193,229); }
H1.HeaderClassName
{
color: #CEC1E5;
}
.AnyTagClassName
{
color: #CEC1E5;
}
</style>
background-color css
<style>
a { background-color: #CEC1E5; }
a { background-color: rgb(206,193,229); }
div.DivClassName
{
background-color: #CEC1E5;
}
.BgClassName
{
background-color: #CEC1E5;
}
</style>
border-color css
<style>
span { border-color: #CEC1E5; }
span { border-color: rgb(206,193,229); }
td.TdClassName
{
border-color: #CEC1E5;
}
.TagClassName
{
border-color: #CEC1E5;
}
</style>