Shades of Fog #D5BFF7
Tints of Fog #D5BFF7
RGB
CMYK
RGB Variations
Color information
#D5BFF7 (or 0xD5BFF7) is known color: Fog. HEX triplet: D5, BF and F7. RGB value is (213,191,247). Sum of RGB (Red+Green+Blue) = 213+191+247=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFF7 is #2A4008. Grayscale: #CBCBCB. Windows color (decimal): -2768905 or 16236501. OLE color: 16236501.
HSL color Cylindrical-coordinate representation of color #D5BFF7: hue angle of 263.57º 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 #D5BFF7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 191 | 247 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 263.57º | 0.78% | 0.86% | - |
| HSV(B) | 263.57º | 0.23% | 0.97% | - |
| XYZ | 62.86 | 58.12 | 95.9 | - |
| YUV | 203.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 247 | 0.14 | 0.23 | 0 | 0.03 | 263.57 | 0.78 | 0.86 |
| Hex | D5 | BF | F7 | E | 17 | 0 | 3 | 108 | 4E | 56 |
| Octal | 325 | 277 | 367 | 16 | 27 | 0 | 3 | 410 | 116 | 126 |
| Binary | 11010101 | 10111111 | 11110111 | 1110 | 10111 | 0 | 11 | 100001000 | 1001110 | 1010110 |
Color Harmonies of #D5BFF7
Complementary color
Monochromatic Colors of #D5BFF7
Black with #D5BFF7
Text Example
Text Example
White with #D5BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFF7; }
p { color: rgb(213,191,247); }
H1.HeaderClassName
{
color: #D5BFF7;
}
.AnyTagClassName
{
color: #D5BFF7;
}
</style>
background-color css
<style>
a { background-color: #D5BFF7; }
a { background-color: rgb(213,191,247); }
div.DivClassName
{
background-color: #D5BFF7;
}
.BgClassName
{
background-color: #D5BFF7;
}
</style>
border-color css
<style>
span { border-color: #D5BFF7; }
span { border-color: rgb(213,191,247); }
td.TdClassName
{
border-color: #D5BFF7;
}
.TagClassName
{
border-color: #D5BFF7;
}
</style>