Shades of Fog #D7BFF5
Tints of Fog #D7BFF5
RGB
CMYK
RGB Variations
Color information
#D7BFF5 (or 0xD7BFF5) is known color: Fog. HEX triplet: D7, BF and F5. RGB value is (215,191,245). Sum of RGB (Red+Green+Blue) = 215+191+245=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7BFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BFF5 is #28400A. Grayscale: #CCCCCC. Windows color (decimal): -2637835 or 16105431. OLE color: 16105431.
HSL color Cylindrical-coordinate representation of color #D7BFF5: hue angle of 266.67º 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 #D7BFF5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 191 | 245 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.04 |
| HSL | 266.67º | 0.73% | 0.85% | - |
| HSV(B) | 266.67º | 0.22% | 0.96% | - |
| XYZ | 63.14 | 58.3 | 94.31 | - |
| YUV | 204.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 245 | 0.12 | 0.22 | 0 | 0.04 | 266.67 | 0.73 | 0.85 |
| Hex | D7 | BF | F5 | C | 16 | 0 | 4 | 10B | 49 | 55 |
| Octal | 327 | 277 | 365 | 14 | 26 | 0 | 4 | 413 | 111 | 125 |
| Binary | 11010111 | 10111111 | 11110101 | 1100 | 10110 | 0 | 100 | 100001011 | 1001001 | 1010101 |
Color Harmonies of #D7BFF5
Complementary color
Monochromatic Colors of #D7BFF5
Black with #D7BFF5
Text Example
Text Example
White with #D7BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFF5; }
p { color: rgb(215,191,245); }
H1.HeaderClassName
{
color: #D7BFF5;
}
.AnyTagClassName
{
color: #D7BFF5;
}
</style>
background-color css
<style>
a { background-color: #D7BFF5; }
a { background-color: rgb(215,191,245); }
div.DivClassName
{
background-color: #D7BFF5;
}
.BgClassName
{
background-color: #D7BFF5;
}
</style>
border-color css
<style>
span { border-color: #D7BFF5; }
span { border-color: rgb(215,191,245); }
td.TdClassName
{
border-color: #D7BFF5;
}
.TagClassName
{
border-color: #D7BFF5;
}
</style>