Shades of Fog #CEC2E0
Tints of Fog #CEC2E0
RGB
CMYK
RGB Variations
Color information
#CEC2E0 (or 0xCEC2E0) is known color: Fog. HEX triplet: CE, C2 and E0. RGB value is (206,194,224). Sum of RGB (Red+Green+Blue) = 206+194+224=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEC2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2E0 is #313D1F. Grayscale: #C8C8C8. Windows color (decimal): -3226912 or 14729934. OLE color: 14729934.
HSL color Cylindrical-coordinate representation of color #CEC2E0: hue angle of 264º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC2E0 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 194 | 224 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.12 |
| HSL | 264º | 0.33% | 0.82% | - |
| HSV(B) | 264º | 0.13% | 0.88% | - |
| XYZ | 58.2 | 57.09 | 78.47 | - |
| YUV | 201.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 224 | 0.08 | 0.13 | 0 | 0.12 | 264 | 0.33 | 0.82 |
| Hex | CE | C2 | E0 | 8 | D | 0 | C | 108 | 21 | 52 |
| Octal | 316 | 302 | 340 | 10 | 15 | 0 | 14 | 410 | 41 | 122 |
| Binary | 11001110 | 11000010 | 11100000 | 1000 | 1101 | 0 | 1100 | 100001000 | 100001 | 1010010 |
Color Harmonies of #CEC2E0
Complementary color
Monochromatic Colors of #CEC2E0
Black with #CEC2E0
Text Example
Text Example
White with #CEC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2E0; }
p { color: rgb(206,194,224); }
H1.HeaderClassName
{
color: #CEC2E0;
}
.AnyTagClassName
{
color: #CEC2E0;
}
</style>
background-color css
<style>
a { background-color: #CEC2E0; }
a { background-color: rgb(206,194,224); }
div.DivClassName
{
background-color: #CEC2E0;
}
.BgClassName
{
background-color: #CEC2E0;
}
</style>
border-color css
<style>
span { border-color: #CEC2E0; }
span { border-color: rgb(206,194,224); }
td.TdClassName
{
border-color: #CEC2E0;
}
.TagClassName
{
border-color: #CEC2E0;
}
</style>