Shades of Fog #CEC1EB
Tints of Fog #CEC1EB
RGB
CMYK
RGB Variations
Color information
#CEC1EB (or 0xCEC1EB) is known color: Fog. HEX triplet: CE, C1 and EB. RGB value is (206,193,235). Sum of RGB (Red+Green+Blue) = 206+193+235=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1EB is #313E14. Grayscale: #C9C9C9. Windows color (decimal): -3227157 or 15450574. OLE color: 15450574.
HSL color Cylindrical-coordinate representation of color #CEC1EB: hue angle of 258.57º degrees, saturation: 0.51, 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 #CEC1EB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 193 | 235 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.08 |
| HSL | 258.57º | 0.51% | 0.84% | - |
| HSV(B) | 258.57º | 0.18% | 0.92% | - |
| XYZ | 59.52 | 57.26 | 86.51 | - |
| YUV | 201.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 235 | 0.12 | 0.18 | 0 | 0.08 | 258.57 | 0.51 | 0.84 |
| Hex | CE | C1 | EB | C | 12 | 0 | 8 | 103 | 33 | 54 |
| Octal | 316 | 301 | 353 | 14 | 22 | 0 | 10 | 403 | 63 | 124 |
| Binary | 11001110 | 11000001 | 11101011 | 1100 | 10010 | 0 | 1000 | 100000011 | 110011 | 1010100 |
Color Harmonies of #CEC1EB
Complementary color
Monochromatic Colors of #CEC1EB
Black with #CEC1EB
Text Example
Text Example
White with #CEC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1EB; }
p { color: rgb(206,193,235); }
H1.HeaderClassName
{
color: #CEC1EB;
}
.AnyTagClassName
{
color: #CEC1EB;
}
</style>
background-color css
<style>
a { background-color: #CEC1EB; }
a { background-color: rgb(206,193,235); }
div.DivClassName
{
background-color: #CEC1EB;
}
.BgClassName
{
background-color: #CEC1EB;
}
</style>
border-color css
<style>
span { border-color: #CEC1EB; }
span { border-color: rgb(206,193,235); }
td.TdClassName
{
border-color: #CEC1EB;
}
.TagClassName
{
border-color: #CEC1EB;
}
</style>