Shades of Fog #CEB7ED
Tints of Fog #CEB7ED
RGB
CMYK
RGB Variations
Color information
#CEB7ED (or 0xCEB7ED) is known color: Fog. HEX triplet: CE, B7 and ED. RGB value is (206,183,237). Sum of RGB (Red+Green+Blue) = 206+183+237=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7ED is #314812. Grayscale: #C3C3C3. Windows color (decimal): -3229715 or 15579086. OLE color: 15579086.
HSL color Cylindrical-coordinate representation of color #CEB7ED: hue angle of 265.56º degrees, saturation: 0.6, 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 #CEB7ED is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 183 | 237 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.07 |
| HSL | 265.56º | 0.6% | 0.82% | - |
| HSV(B) | 265.56º | 0.23% | 0.93% | - |
| XYZ | 57.67 | 53.1 | 87.33 | - |
| YUV | 196.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 237 | 0.13 | 0.23 | 0 | 0.07 | 265.56 | 0.6 | 0.82 |
| Hex | CE | B7 | ED | D | 17 | 0 | 7 | 10A | 3C | 52 |
| Octal | 316 | 267 | 355 | 15 | 27 | 0 | 7 | 412 | 74 | 122 |
| Binary | 11001110 | 10110111 | 11101101 | 1101 | 10111 | 0 | 111 | 100001010 | 111100 | 1010010 |
Color Harmonies of #CEB7ED
Complementary color
Monochromatic Colors of #CEB7ED
Black with #CEB7ED
Text Example
Text Example
White with #CEB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7ED; }
p { color: rgb(206,183,237); }
H1.HeaderClassName
{
color: #CEB7ED;
}
.AnyTagClassName
{
color: #CEB7ED;
}
</style>
background-color css
<style>
a { background-color: #CEB7ED; }
a { background-color: rgb(206,183,237); }
div.DivClassName
{
background-color: #CEB7ED;
}
.BgClassName
{
background-color: #CEB7ED;
}
</style>
border-color css
<style>
span { border-color: #CEB7ED; }
span { border-color: rgb(206,183,237); }
td.TdClassName
{
border-color: #CEB7ED;
}
.TagClassName
{
border-color: #CEB7ED;
}
</style>