Shades of Fog #D8BEF7
Tints of Fog #D8BEF7
RGB
CMYK
RGB Variations
Color information
#D8BEF7 (or 0xD8BEF7) is known color: Fog. HEX triplet: D8, BE and F7. RGB value is (216,190,247). Sum of RGB (Red+Green+Blue) = 216+190+247=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEF7 is #274108. Grayscale: #CCCCCC. Windows color (decimal): -2572553 or 16236248. OLE color: 16236248.
HSL color Cylindrical-coordinate representation of color #D8BEF7: hue angle of 267.37º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8BEF7 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 190 | 247 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.03 |
| HSL | 267.37º | 0.78% | 0.86% | - |
| HSV(B) | 267.37º | 0.23% | 0.97% | - |
| XYZ | 63.52 | 58.14 | 95.87 | - |
| YUV | 204.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 247 | 0.13 | 0.23 | 0 | 0.03 | 267.37 | 0.78 | 0.86 |
| Hex | D8 | BE | F7 | D | 17 | 0 | 3 | 10B | 4E | 56 |
| Octal | 330 | 276 | 367 | 15 | 27 | 0 | 3 | 413 | 116 | 126 |
| Binary | 11011000 | 10111110 | 11110111 | 1101 | 10111 | 0 | 11 | 100001011 | 1001110 | 1010110 |
Color Harmonies of #D8BEF7
Complementary color
Monochromatic Colors of #D8BEF7
Black with #D8BEF7
Text Example
Text Example
White with #D8BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEF7; }
p { color: rgb(216,190,247); }
H1.HeaderClassName
{
color: #D8BEF7;
}
.AnyTagClassName
{
color: #D8BEF7;
}
</style>
background-color css
<style>
a { background-color: #D8BEF7; }
a { background-color: rgb(216,190,247); }
div.DivClassName
{
background-color: #D8BEF7;
}
.BgClassName
{
background-color: #D8BEF7;
}
</style>
border-color css
<style>
span { border-color: #D8BEF7; }
span { border-color: rgb(216,190,247); }
td.TdClassName
{
border-color: #D8BEF7;
}
.TagClassName
{
border-color: #D8BEF7;
}
</style>