Shades of Fog #CEB5ED
Tints of Fog #CEB5ED
RGB
CMYK
RGB Variations
Color information
#CEB5ED (or 0xCEB5ED) is known color: Fog. HEX triplet: CE, B5 and ED. RGB value is (206,181,237). Sum of RGB (Red+Green+Blue) = 206+181+237=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5ED is #314A12. Grayscale: #C2C2C2. Windows color (decimal): -3230227 or 15578574. OLE color: 15578574.
HSL color Cylindrical-coordinate representation of color #CEB5ED: hue angle of 266.79º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB5ED is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 181 | 237 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 266.79º | 0.61% | 0.82% | - |
| HSV(B) | 266.79º | 0.24% | 0.93% | - |
| XYZ | 57.26 | 52.28 | 87.19 | - |
| YUV | 194.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 237 | 0.13 | 0.24 | 0 | 0.07 | 266.79 | 0.61 | 0.82 |
| Hex | CE | B5 | ED | D | 18 | 0 | 7 | 10B | 3D | 52 |
| Octal | 316 | 265 | 355 | 15 | 30 | 0 | 7 | 413 | 75 | 122 |
| Binary | 11001110 | 10110101 | 11101101 | 1101 | 11000 | 0 | 111 | 100001011 | 111101 | 1010010 |
Color Harmonies of #CEB5ED
Complementary color
Monochromatic Colors of #CEB5ED
Black with #CEB5ED
Text Example
Text Example
White with #CEB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5ED; }
p { color: rgb(206,181,237); }
H1.HeaderClassName
{
color: #CEB5ED;
}
.AnyTagClassName
{
color: #CEB5ED;
}
</style>
background-color css
<style>
a { background-color: #CEB5ED; }
a { background-color: rgb(206,181,237); }
div.DivClassName
{
background-color: #CEB5ED;
}
.BgClassName
{
background-color: #CEB5ED;
}
</style>
border-color css
<style>
span { border-color: #CEB5ED; }
span { border-color: rgb(206,181,237); }
td.TdClassName
{
border-color: #CEB5ED;
}
.TagClassName
{
border-color: #CEB5ED;
}
</style>