Shades of Fog #CEB9F8
Tints of Fog #CEB9F8
RGB
CMYK
RGB Variations
Color information
#CEB9F8 (or 0xCEB9F8) is known color: Fog. HEX triplet: CE, B9 and F8. RGB value is (206,185,248). Sum of RGB (Red+Green+Blue) = 206+185+248=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEB9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9F8 is #314607. Grayscale: #C6C6C6. Windows color (decimal): -3229192 or 16300494. OLE color: 16300494.
HSL color Cylindrical-coordinate representation of color #CEB9F8: hue angle of 260º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB9F8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 185 | 248 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.03 |
| HSL | 260º | 0.82% | 0.85% | - |
| HSV(B) | 260º | 0.25% | 0.97% | - |
| XYZ | 59.75 | 54.6 | 96.2 | - |
| YUV | 198.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 248 | 0.17 | 0.25 | 0 | 0.03 | 260 | 0.82 | 0.85 |
| Hex | CE | B9 | F8 | 11 | 19 | 0 | 3 | 104 | 52 | 55 |
| Octal | 316 | 271 | 370 | 21 | 31 | 0 | 3 | 404 | 122 | 125 |
| Binary | 11001110 | 10111001 | 11111000 | 10001 | 11001 | 0 | 11 | 100000100 | 1010010 | 1010101 |
Color Harmonies of #CEB9F8
Complementary color
Monochromatic Colors of #CEB9F8
Black with #CEB9F8
Text Example
Text Example
White with #CEB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9F8; }
p { color: rgb(206,185,248); }
H1.HeaderClassName
{
color: #CEB9F8;
}
.AnyTagClassName
{
color: #CEB9F8;
}
</style>
background-color css
<style>
a { background-color: #CEB9F8; }
a { background-color: rgb(206,185,248); }
div.DivClassName
{
background-color: #CEB9F8;
}
.BgClassName
{
background-color: #CEB9F8;
}
</style>
border-color css
<style>
span { border-color: #CEB9F8; }
span { border-color: rgb(206,185,248); }
td.TdClassName
{
border-color: #CEB9F8;
}
.TagClassName
{
border-color: #CEB9F8;
}
</style>