Shades of Fog #D7B9F0
Tints of Fog #D7B9F0
RGB
CMYK
RGB Variations
Color information
#D7B9F0 (or 0xD7B9F0) is known color: Fog. HEX triplet: D7, B9 and F0. RGB value is (215,185,240). Sum of RGB (Red+Green+Blue) = 215+185+240=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7B9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9F0 is #28460F. Grayscale: #C8C8C8. Windows color (decimal): -2639376 or 15776215. OLE color: 15776215.
HSL color Cylindrical-coordinate representation of color #D7B9F0: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7B9F0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 185 | 240 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.06 |
| HSL | 272.73º | 0.65% | 0.83% | - |
| HSV(B) | 272.73º | 0.23% | 0.94% | - |
| XYZ | 61.1 | 55.44 | 89.92 | - |
| YUV | 200.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 240 | 0.10 | 0.23 | 0 | 0.06 | 272.73 | 0.65 | 0.83 |
| Hex | D7 | B9 | F0 | A | 17 | 0 | 6 | 111 | 41 | 53 |
| Octal | 327 | 271 | 360 | 12 | 27 | 0 | 6 | 421 | 101 | 123 |
| Binary | 11010111 | 10111001 | 11110000 | 1010 | 10111 | 0 | 110 | 100010001 | 1000001 | 1010011 |
Color Harmonies of #D7B9F0
Complementary color
Monochromatic Colors of #D7B9F0
Black with #D7B9F0
Text Example
Text Example
White with #D7B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9F0; }
p { color: rgb(215,185,240); }
H1.HeaderClassName
{
color: #D7B9F0;
}
.AnyTagClassName
{
color: #D7B9F0;
}
</style>
background-color css
<style>
a { background-color: #D7B9F0; }
a { background-color: rgb(215,185,240); }
div.DivClassName
{
background-color: #D7B9F0;
}
.BgClassName
{
background-color: #D7B9F0;
}
</style>
border-color css
<style>
span { border-color: #D7B9F0; }
span { border-color: rgb(215,185,240); }
td.TdClassName
{
border-color: #D7B9F0;
}
.TagClassName
{
border-color: #D7B9F0;
}
</style>