Shades of Fog #D9BFF7
Tints of Fog #D9BFF7
RGB
CMYK
RGB Variations
Color information
#D9BFF7 (or 0xD9BFF7) is known color: Fog. HEX triplet: D9, BF and F7. RGB value is (217,191,247). Sum of RGB (Red+Green+Blue) = 217+191+247=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFF7 is #264008. Grayscale: #CCCCCC. Windows color (decimal): -2506761 or 16236505. OLE color: 16236505.
HSL color Cylindrical-coordinate representation of color #D9BFF7: hue angle of 267.86º 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 #D9BFF7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 191 | 247 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.03 |
| HSL | 267.86º | 0.78% | 0.86% | - |
| HSV(B) | 267.86º | 0.23% | 0.97% | - |
| XYZ | 64.03 | 58.73 | 95.96 | - |
| YUV | 205.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 247 | 0.12 | 0.23 | 0 | 0.03 | 267.86 | 0.78 | 0.86 |
| Hex | D9 | BF | F7 | C | 17 | 0 | 3 | 10C | 4E | 56 |
| Octal | 331 | 277 | 367 | 14 | 27 | 0 | 3 | 414 | 116 | 126 |
| Binary | 11011001 | 10111111 | 11110111 | 1100 | 10111 | 0 | 11 | 100001100 | 1001110 | 1010110 |
Color Harmonies of #D9BFF7
Complementary color
Monochromatic Colors of #D9BFF7
Black with #D9BFF7
Text Example
Text Example
White with #D9BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFF7; }
p { color: rgb(217,191,247); }
H1.HeaderClassName
{
color: #D9BFF7;
}
.AnyTagClassName
{
color: #D9BFF7;
}
</style>
background-color css
<style>
a { background-color: #D9BFF7; }
a { background-color: rgb(217,191,247); }
div.DivClassName
{
background-color: #D9BFF7;
}
.BgClassName
{
background-color: #D9BFF7;
}
</style>
border-color css
<style>
span { border-color: #D9BFF7; }
span { border-color: rgb(217,191,247); }
td.TdClassName
{
border-color: #D9BFF7;
}
.TagClassName
{
border-color: #D9BFF7;
}
</style>