Shades of Fog #CEB7FE
Tints of Fog #CEB7FE
RGB
CMYK
RGB Variations
Color information
#CEB7FE (or 0xCEB7FE) is known color: Fog. HEX triplet: CE, B7 and FE. RGB value is (206,183,254). Sum of RGB (Red+Green+Blue) = 206+183+254=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7FE is #314801. Grayscale: #C5C5C5. Windows color (decimal): -3229698 or 16693198. OLE color: 16693198.
HSL color Cylindrical-coordinate representation of color #CEB7FE: hue angle of 259.44º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB7FE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 183 | 254 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.00 |
| HSL | 259.44º | 0.97% | 0.86% | - |
| HSV(B) | 259.44º | 0.28% | 1% | - |
| XYZ | 60.28 | 54.14 | 101.04 | - |
| YUV | 197.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 254 | 0.19 | 0.28 | 0 | 0.00 | 259.44 | 0.97 | 0.86 |
| Hex | CE | B7 | FE | 13 | 1C | 0 | 0 | 103 | 61 | 56 |
| Octal | 316 | 267 | 376 | 23 | 34 | 0 | 0 | 403 | 141 | 126 |
| Binary | 11001110 | 10110111 | 11111110 | 10011 | 11100 | 0 | 0 | 100000011 | 1100001 | 1010110 |
Color Harmonies of #CEB7FE
Complementary color
Monochromatic Colors of #CEB7FE
Black with #CEB7FE
Text Example
Text Example
White with #CEB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7FE; }
p { color: rgb(206,183,254); }
H1.HeaderClassName
{
color: #CEB7FE;
}
.AnyTagClassName
{
color: #CEB7FE;
}
</style>
background-color css
<style>
a { background-color: #CEB7FE; }
a { background-color: rgb(206,183,254); }
div.DivClassName
{
background-color: #CEB7FE;
}
.BgClassName
{
background-color: #CEB7FE;
}
</style>
border-color css
<style>
span { border-color: #CEB7FE; }
span { border-color: rgb(206,183,254); }
td.TdClassName
{
border-color: #CEB7FE;
}
.TagClassName
{
border-color: #CEB7FE;
}
</style>