Shades of Fog #D9BFF5
Tints of Fog #D9BFF5
RGB
CMYK
RGB Variations
Color information
#D9BFF5 (or 0xD9BFF5) is known color: Fog. HEX triplet: D9, BF and F5. RGB value is (217,191,245). Sum of RGB (Red+Green+Blue) = 217+191+245=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9BFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFF5 is #26400A. Grayscale: #CCCCCC. Windows color (decimal): -2506763 or 16105433. OLE color: 16105433.
HSL color Cylindrical-coordinate representation of color #D9BFF5: hue angle of 268.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BFF5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 191 | 245 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.04 |
| HSL | 268.89º | 0.73% | 0.85% | - |
| HSV(B) | 268.89º | 0.22% | 0.96% | - |
| XYZ | 63.73 | 58.61 | 94.34 | - |
| YUV | 204.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 245 | 0.11 | 0.22 | 0 | 0.04 | 268.89 | 0.73 | 0.85 |
| Hex | D9 | BF | F5 | B | 16 | 0 | 4 | 10D | 49 | 55 |
| Octal | 331 | 277 | 365 | 13 | 26 | 0 | 4 | 415 | 111 | 125 |
| Binary | 11011001 | 10111111 | 11110101 | 1011 | 10110 | 0 | 100 | 100001101 | 1001001 | 1010101 |
Color Harmonies of #D9BFF5
Complementary color
Monochromatic Colors of #D9BFF5
Black with #D9BFF5
Text Example
Text Example
White with #D9BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFF5; }
p { color: rgb(217,191,245); }
H1.HeaderClassName
{
color: #D9BFF5;
}
.AnyTagClassName
{
color: #D9BFF5;
}
</style>
background-color css
<style>
a { background-color: #D9BFF5; }
a { background-color: rgb(217,191,245); }
div.DivClassName
{
background-color: #D9BFF5;
}
.BgClassName
{
background-color: #D9BFF5;
}
</style>
border-color css
<style>
span { border-color: #D9BFF5; }
span { border-color: rgb(217,191,245); }
td.TdClassName
{
border-color: #D9BFF5;
}
.TagClassName
{
border-color: #D9BFF5;
}
</style>