Shades of Fog #D8BEF9
Tints of Fog #D8BEF9
RGB
CMYK
RGB Variations
Color information
#D8BEF9 (or 0xD8BEF9) is known color: Fog. HEX triplet: D8, BE and F9. RGB value is (216,190,249). Sum of RGB (Red+Green+Blue) = 216+190+249=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8BEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEF9 is #274106. Grayscale: #CCCCCC. Windows color (decimal): -2572551 or 16367320. OLE color: 16367320.
HSL color Cylindrical-coordinate representation of color #D8BEF9: hue angle of 266.44º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BEF9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 190 | 249 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.02 |
| HSL | 266.44º | 0.83% | 0.86% | - |
| HSV(B) | 266.44º | 0.24% | 0.98% | - |
| XYZ | 63.83 | 58.27 | 97.5 | - |
| YUV | 204.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 249 | 0.13 | 0.24 | 0 | 0.02 | 266.44 | 0.83 | 0.86 |
| Hex | D8 | BE | F9 | D | 18 | 0 | 2 | 10A | 53 | 56 |
| Octal | 330 | 276 | 371 | 15 | 30 | 0 | 2 | 412 | 123 | 126 |
| Binary | 11011000 | 10111110 | 11111001 | 1101 | 11000 | 0 | 10 | 100001010 | 1010011 | 1010110 |
Color Harmonies of #D8BEF9
Complementary color
Monochromatic Colors of #D8BEF9
Black with #D8BEF9
Text Example
Text Example
White with #D8BEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEF9; }
p { color: rgb(216,190,249); }
H1.HeaderClassName
{
color: #D8BEF9;
}
.AnyTagClassName
{
color: #D8BEF9;
}
</style>
background-color css
<style>
a { background-color: #D8BEF9; }
a { background-color: rgb(216,190,249); }
div.DivClassName
{
background-color: #D8BEF9;
}
.BgClassName
{
background-color: #D8BEF9;
}
</style>
border-color css
<style>
span { border-color: #D8BEF9; }
span { border-color: rgb(216,190,249); }
td.TdClassName
{
border-color: #D8BEF9;
}
.TagClassName
{
border-color: #D8BEF9;
}
</style>