Shades of Fog #CEB5EC
Tints of Fog #CEB5EC
RGB
CMYK
RGB Variations
Color information
#CEB5EC (or 0xCEB5EC) is known color: Fog. HEX triplet: CE, B5 and EC. RGB value is (206,181,236). Sum of RGB (Red+Green+Blue) = 206+181+236=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5EC is #314A13. Grayscale: #C2C2C2. Windows color (decimal): -3230228 or 15513038. OLE color: 15513038.
HSL color Cylindrical-coordinate representation of color #CEB5EC: hue angle of 267.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB5EC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 181 | 236 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.07 |
| HSL | 267.27º | 0.59% | 0.82% | - |
| HSV(B) | 267.27º | 0.23% | 0.93% | - |
| XYZ | 57.12 | 52.23 | 86.43 | - |
| YUV | 194.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 236 | 0.13 | 0.23 | 0 | 0.07 | 267.27 | 0.59 | 0.82 |
| Hex | CE | B5 | EC | D | 17 | 0 | 7 | 10B | 3B | 52 |
| Octal | 316 | 265 | 354 | 15 | 27 | 0 | 7 | 413 | 73 | 122 |
| Binary | 11001110 | 10110101 | 11101100 | 1101 | 10111 | 0 | 111 | 100001011 | 111011 | 1010010 |
Color Harmonies of #CEB5EC
Complementary color
Monochromatic Colors of #CEB5EC
Black with #CEB5EC
Text Example
Text Example
White with #CEB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5EC; }
p { color: rgb(206,181,236); }
H1.HeaderClassName
{
color: #CEB5EC;
}
.AnyTagClassName
{
color: #CEB5EC;
}
</style>
background-color css
<style>
a { background-color: #CEB5EC; }
a { background-color: rgb(206,181,236); }
div.DivClassName
{
background-color: #CEB5EC;
}
.BgClassName
{
background-color: #CEB5EC;
}
</style>
border-color css
<style>
span { border-color: #CEB5EC; }
span { border-color: rgb(206,181,236); }
td.TdClassName
{
border-color: #CEB5EC;
}
.TagClassName
{
border-color: #CEB5EC;
}
</style>