Shades of Fog #CEB7F8
Tints of Fog #CEB7F8
RGB
CMYK
RGB Variations
Color information
#CEB7F8 (or 0xCEB7F8) is known color: Fog. HEX triplet: CE, B7 and F8. RGB value is (206,183,248). Sum of RGB (Red+Green+Blue) = 206+183+248=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEB7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7F8 is #314807. Grayscale: #C5C5C5. Windows color (decimal): -3229704 or 16299982. OLE color: 16299982.
HSL color Cylindrical-coordinate representation of color #CEB7F8: hue angle of 261.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB7F8 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 183 | 248 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.03 |
| HSL | 261.23º | 0.82% | 0.85% | - |
| HSV(B) | 261.23º | 0.26% | 0.97% | - |
| XYZ | 59.33 | 53.77 | 96.06 | - |
| YUV | 197.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 248 | 0.17 | 0.26 | 0 | 0.03 | 261.23 | 0.82 | 0.85 |
| Hex | CE | B7 | F8 | 11 | 1A | 0 | 3 | 105 | 52 | 55 |
| Octal | 316 | 267 | 370 | 21 | 32 | 0 | 3 | 405 | 122 | 125 |
| Binary | 11001110 | 10110111 | 11111000 | 10001 | 11010 | 0 | 11 | 100000101 | 1010010 | 1010101 |
Color Harmonies of #CEB7F8
Complementary color
Monochromatic Colors of #CEB7F8
Black with #CEB7F8
Text Example
Text Example
White with #CEB7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7F8; }
p { color: rgb(206,183,248); }
H1.HeaderClassName
{
color: #CEB7F8;
}
.AnyTagClassName
{
color: #CEB7F8;
}
</style>
background-color css
<style>
a { background-color: #CEB7F8; }
a { background-color: rgb(206,183,248); }
div.DivClassName
{
background-color: #CEB7F8;
}
.BgClassName
{
background-color: #CEB7F8;
}
</style>
border-color css
<style>
span { border-color: #CEB7F8; }
span { border-color: rgb(206,183,248); }
td.TdClassName
{
border-color: #CEB7F8;
}
.TagClassName
{
border-color: #CEB7F8;
}
</style>