Shades of Fog #D7BFE6
Tints of Fog #D7BFE6
RGB
CMYK
RGB Variations
Color information
#D7BFE6 (or 0xD7BFE6) is known color: Fog. HEX triplet: D7, BF and E6. RGB value is (215,191,230). Sum of RGB (Red+Green+Blue) = 215+191+230=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BFE6 is #284019. Grayscale: #CACACA. Windows color (decimal): -2637850 or 15122391. OLE color: 15122391.
HSL color Cylindrical-coordinate representation of color #D7BFE6: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7BFE6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 191 | 230 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.10 |
| HSL | 276.92º | 0.44% | 0.83% | - |
| HSV(B) | 276.92º | 0.17% | 0.9% | - |
| XYZ | 60.94 | 57.42 | 82.73 | - |
| YUV | 202.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 230 | 0.07 | 0.17 | 0 | 0.10 | 276.92 | 0.44 | 0.83 |
| Hex | D7 | BF | E6 | 7 | 11 | 0 | A | 115 | 2C | 53 |
| Octal | 327 | 277 | 346 | 7 | 21 | 0 | 12 | 425 | 54 | 123 |
| Binary | 11010111 | 10111111 | 11100110 | 111 | 10001 | 0 | 1010 | 100010101 | 101100 | 1010011 |
Color Harmonies of #D7BFE6
Complementary color
Monochromatic Colors of #D7BFE6
Black with #D7BFE6
Text Example
Text Example
White with #D7BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFE6; }
p { color: rgb(215,191,230); }
H1.HeaderClassName
{
color: #D7BFE6;
}
.AnyTagClassName
{
color: #D7BFE6;
}
</style>
background-color css
<style>
a { background-color: #D7BFE6; }
a { background-color: rgb(215,191,230); }
div.DivClassName
{
background-color: #D7BFE6;
}
.BgClassName
{
background-color: #D7BFE6;
}
</style>
border-color css
<style>
span { border-color: #D7BFE6; }
span { border-color: rgb(215,191,230); }
td.TdClassName
{
border-color: #D7BFE6;
}
.TagClassName
{
border-color: #D7BFE6;
}
</style>