Shades of Fog #D9BEF8
Tints of Fog #D9BEF8
RGB
CMYK
RGB Variations
Color information
#D9BEF8 (or 0xD9BEF8) is known color: Fog. HEX triplet: D9, BE and F8. RGB value is (217,190,248). Sum of RGB (Red+Green+Blue) = 217+190+248=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEF8 is #264107. Grayscale: #CCCCCC. Windows color (decimal): -2507016 or 16301785. OLE color: 16301785.
HSL color Cylindrical-coordinate representation of color #D9BEF8: hue angle of 267.93º degrees, saturation: 0.81, 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 #D9BEF8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 190 | 248 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.03 |
| HSL | 267.93º | 0.81% | 0.86% | - |
| HSV(B) | 267.93º | 0.23% | 0.97% | - |
| XYZ | 63.97 | 58.36 | 96.7 | - |
| YUV | 204.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 248 | 0.12 | 0.23 | 0 | 0.03 | 267.93 | 0.81 | 0.86 |
| Hex | D9 | BE | F8 | C | 17 | 0 | 3 | 10C | 51 | 56 |
| Octal | 331 | 276 | 370 | 14 | 27 | 0 | 3 | 414 | 121 | 126 |
| Binary | 11011001 | 10111110 | 11111000 | 1100 | 10111 | 0 | 11 | 100001100 | 1010001 | 1010110 |
Color Harmonies of #D9BEF8
Complementary color
Monochromatic Colors of #D9BEF8
Black with #D9BEF8
Text Example
Text Example
White with #D9BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEF8; }
p { color: rgb(217,190,248); }
H1.HeaderClassName
{
color: #D9BEF8;
}
.AnyTagClassName
{
color: #D9BEF8;
}
</style>
background-color css
<style>
a { background-color: #D9BEF8; }
a { background-color: rgb(217,190,248); }
div.DivClassName
{
background-color: #D9BEF8;
}
.BgClassName
{
background-color: #D9BEF8;
}
</style>
border-color css
<style>
span { border-color: #D9BEF8; }
span { border-color: rgb(217,190,248); }
td.TdClassName
{
border-color: #D9BEF8;
}
.TagClassName
{
border-color: #D9BEF8;
}
</style>