Shades of Fog #CEC2EB
Tints of Fog #CEC2EB
RGB
CMYK
RGB Variations
Color information
#CEC2EB (or 0xCEC2EB) is known color: Fog. HEX triplet: CE, C2 and EB. RGB value is (206,194,235). Sum of RGB (Red+Green+Blue) = 206+194+235=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2EB is #313D14. Grayscale: #CACACA. Windows color (decimal): -3226901 or 15450830. OLE color: 15450830.
HSL color Cylindrical-coordinate representation of color #CEC2EB: hue angle of 257.56º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC2EB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 194 | 235 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.08 |
| HSL | 257.56º | 0.51% | 0.84% | - |
| HSV(B) | 257.56º | 0.17% | 0.92% | - |
| XYZ | 59.74 | 57.7 | 86.59 | - |
| YUV | 202.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 235 | 0.12 | 0.17 | 0 | 0.08 | 257.56 | 0.51 | 0.84 |
| Hex | CE | C2 | EB | C | 11 | 0 | 8 | 102 | 33 | 54 |
| Octal | 316 | 302 | 353 | 14 | 21 | 0 | 10 | 402 | 63 | 124 |
| Binary | 11001110 | 11000010 | 11101011 | 1100 | 10001 | 0 | 1000 | 100000010 | 110011 | 1010100 |
Color Harmonies of #CEC2EB
Complementary color
Monochromatic Colors of #CEC2EB
Black with #CEC2EB
Text Example
Text Example
White with #CEC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2EB; }
p { color: rgb(206,194,235); }
H1.HeaderClassName
{
color: #CEC2EB;
}
.AnyTagClassName
{
color: #CEC2EB;
}
</style>
background-color css
<style>
a { background-color: #CEC2EB; }
a { background-color: rgb(206,194,235); }
div.DivClassName
{
background-color: #CEC2EB;
}
.BgClassName
{
background-color: #CEC2EB;
}
</style>
border-color css
<style>
span { border-color: #CEC2EB; }
span { border-color: rgb(206,194,235); }
td.TdClassName
{
border-color: #CEC2EB;
}
.TagClassName
{
border-color: #CEC2EB;
}
</style>