Shades of Fog #CEC2E1
Tints of Fog #CEC2E1
RGB
CMYK
RGB Variations
Color information
#CEC2E1 (or 0xCEC2E1) is known color: Fog. HEX triplet: CE, C2 and E1. RGB value is (206,194,225). Sum of RGB (Red+Green+Blue) = 206+194+225=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2E1 is #313D1E. Grayscale: #C9C9C9. Windows color (decimal): -3226911 or 14795470. OLE color: 14795470.
HSL color Cylindrical-coordinate representation of color #CEC2E1: hue angle of 263.23º degrees, saturation: 0.34, 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 #CEC2E1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 194 | 225 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.12 |
| HSL | 263.23º | 0.34% | 0.82% | - |
| HSV(B) | 263.23º | 0.14% | 0.88% | - |
| XYZ | 58.34 | 57.14 | 79.19 | - |
| YUV | 201.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 225 | 0.08 | 0.14 | 0 | 0.12 | 263.23 | 0.34 | 0.82 |
| Hex | CE | C2 | E1 | 8 | E | 0 | C | 107 | 22 | 52 |
| Octal | 316 | 302 | 341 | 10 | 16 | 0 | 14 | 407 | 42 | 122 |
| Binary | 11001110 | 11000010 | 11100001 | 1000 | 1110 | 0 | 1100 | 100000111 | 100010 | 1010010 |
Color Harmonies of #CEC2E1
Complementary color
Monochromatic Colors of #CEC2E1
Black with #CEC2E1
Text Example
Text Example
White with #CEC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2E1; }
p { color: rgb(206,194,225); }
H1.HeaderClassName
{
color: #CEC2E1;
}
.AnyTagClassName
{
color: #CEC2E1;
}
</style>
background-color css
<style>
a { background-color: #CEC2E1; }
a { background-color: rgb(206,194,225); }
div.DivClassName
{
background-color: #CEC2E1;
}
.BgClassName
{
background-color: #CEC2E1;
}
</style>
border-color css
<style>
span { border-color: #CEC2E1; }
span { border-color: rgb(206,194,225); }
td.TdClassName
{
border-color: #CEC2E1;
}
.TagClassName
{
border-color: #CEC2E1;
}
</style>