Shades of Fog #CEC0EB
Tints of Fog #CEC0EB
RGB
CMYK
RGB Variations
Color information
#CEC0EB (or 0xCEC0EB) is known color: Fog. HEX triplet: CE, C0 and EB. RGB value is (206,192,235). Sum of RGB (Red+Green+Blue) = 206+192+235=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0EB is #313F14. Grayscale: #C8C8C8. Windows color (decimal): -3227413 or 15450318. OLE color: 15450318.
HSL color Cylindrical-coordinate representation of color #CEC0EB: hue angle of 259.53º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC0EB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 192 | 235 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.08 |
| HSL | 259.53º | 0.52% | 0.84% | - |
| HSV(B) | 259.53º | 0.18% | 0.92% | - |
| XYZ | 59.3 | 56.82 | 86.44 | - |
| YUV | 201.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 235 | 0.12 | 0.18 | 0 | 0.08 | 259.53 | 0.52 | 0.84 |
| Hex | CE | C0 | EB | C | 12 | 0 | 8 | 104 | 34 | 54 |
| Octal | 316 | 300 | 353 | 14 | 22 | 0 | 10 | 404 | 64 | 124 |
| Binary | 11001110 | 11000000 | 11101011 | 1100 | 10010 | 0 | 1000 | 100000100 | 110100 | 1010100 |
Color Harmonies of #CEC0EB
Complementary color
Monochromatic Colors of #CEC0EB
Black with #CEC0EB
Text Example
Text Example
White with #CEC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0EB; }
p { color: rgb(206,192,235); }
H1.HeaderClassName
{
color: #CEC0EB;
}
.AnyTagClassName
{
color: #CEC0EB;
}
</style>
background-color css
<style>
a { background-color: #CEC0EB; }
a { background-color: rgb(206,192,235); }
div.DivClassName
{
background-color: #CEC0EB;
}
.BgClassName
{
background-color: #CEC0EB;
}
</style>
border-color css
<style>
span { border-color: #CEC0EB; }
span { border-color: rgb(206,192,235); }
td.TdClassName
{
border-color: #CEC0EB;
}
.TagClassName
{
border-color: #CEC0EB;
}
</style>