Shades of Fog #CEB7FA
Tints of Fog #CEB7FA
RGB
CMYK
RGB Variations
Color information
#CEB7FA (or 0xCEB7FA) is known color: Fog. HEX triplet: CE, B7 and FA. RGB value is (206,183,250). Sum of RGB (Red+Green+Blue) = 206+183+250=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7FA is #314805. Grayscale: #C5C5C5. Windows color (decimal): -3229702 or 16431054. OLE color: 16431054.
HSL color Cylindrical-coordinate representation of color #CEB7FA: hue angle of 260.6º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB7FA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 183 | 250 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.02 |
| HSL | 260.6º | 0.87% | 0.85% | - |
| HSV(B) | 260.6º | 0.27% | 0.98% | - |
| XYZ | 59.64 | 53.89 | 97.7 | - |
| YUV | 197.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 250 | 0.18 | 0.27 | 0 | 0.02 | 260.6 | 0.87 | 0.85 |
| Hex | CE | B7 | FA | 12 | 1B | 0 | 2 | 105 | 57 | 55 |
| Octal | 316 | 267 | 372 | 22 | 33 | 0 | 2 | 405 | 127 | 125 |
| Binary | 11001110 | 10110111 | 11111010 | 10010 | 11011 | 0 | 10 | 100000101 | 1010111 | 1010101 |
Color Harmonies of #CEB7FA
Complementary color
Monochromatic Colors of #CEB7FA
Black with #CEB7FA
Text Example
Text Example
White with #CEB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7FA; }
p { color: rgb(206,183,250); }
H1.HeaderClassName
{
color: #CEB7FA;
}
.AnyTagClassName
{
color: #CEB7FA;
}
</style>
background-color css
<style>
a { background-color: #CEB7FA; }
a { background-color: rgb(206,183,250); }
div.DivClassName
{
background-color: #CEB7FA;
}
.BgClassName
{
background-color: #CEB7FA;
}
</style>
border-color css
<style>
span { border-color: #CEB7FA; }
span { border-color: rgb(206,183,250); }
td.TdClassName
{
border-color: #CEB7FA;
}
.TagClassName
{
border-color: #CEB7FA;
}
</style>