Shades of Fog #D7BFFF
Tints of Fog #D7BFFF
RGB
CMYK
RGB Variations
Color information
#D7BFFF (or 0xD7BFFF) is known color: Fog. HEX triplet: D7, BF and FF. RGB value is (215,191,255). Sum of RGB (Red+Green+Blue) = 215+191+255=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BFFF is #284000. Grayscale: #CDCDCD. Windows color (decimal): -2637825 or 16760791. OLE color: 16760791.
HSL color Cylindrical-coordinate representation of color #D7BFFF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7BFFF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 191 | 255 | - |
| CMYK | 0.16 | 0.25 | 0 | 0 |
| HSL | 262.5º | 1% | 0.87% | - |
| HSV(B) | 262.5º | 0.25% | 1% | - |
| XYZ | 64.71 | 58.93 | 102.57 | - |
| YUV | 205.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 255 | 0.16 | 0.25 | 0 | 0 | 262.5 | 1 | 0.87 |
| Hex | D7 | BF | FF | 10 | 19 | 0 | 0 | 106 | 64 | 57 |
| Octal | 327 | 277 | 377 | 20 | 31 | 0 | 0 | 406 | 144 | 127 |
| Binary | 11010111 | 10111111 | 11111111 | 10000 | 11001 | 0 | 0 | 100000110 | 1100100 | 1010111 |
Color Harmonies of #D7BFFF
Complementary color
Monochromatic Colors of #D7BFFF
Black with #D7BFFF
Text Example
Text Example
White with #D7BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFFF; }
p { color: rgb(215,191,255); }
H1.HeaderClassName
{
color: #D7BFFF;
}
.AnyTagClassName
{
color: #D7BFFF;
}
</style>
background-color css
<style>
a { background-color: #D7BFFF; }
a { background-color: rgb(215,191,255); }
div.DivClassName
{
background-color: #D7BFFF;
}
.BgClassName
{
background-color: #D7BFFF;
}
</style>
border-color css
<style>
span { border-color: #D7BFFF; }
span { border-color: rgb(215,191,255); }
td.TdClassName
{
border-color: #D7BFFF;
}
.TagClassName
{
border-color: #D7BFFF;
}
</style>