Shades of Fog #D1B7F9
Tints of Fog #D1B7F9
RGB
CMYK
RGB Variations
Color information
#D1B7F9 (or 0xD1B7F9) is known color: Fog. HEX triplet: D1, B7 and F9. RGB value is (209,183,249). Sum of RGB (Red+Green+Blue) = 209+183+249=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1B7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B7F9 is #2E4806. Grayscale: #C6C6C6. Windows color (decimal): -3033095 or 16365521. OLE color: 16365521.
HSL color Cylindrical-coordinate representation of color #D1B7F9: hue angle of 263.64º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B7F9 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 183 | 249 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.02 |
| HSL | 263.64º | 0.85% | 0.85% | - |
| HSV(B) | 263.64º | 0.27% | 0.98% | - |
| XYZ | 60.33 | 54.26 | 96.92 | - |
| YUV | 198.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 249 | 0.16 | 0.27 | 0 | 0.02 | 263.64 | 0.85 | 0.85 |
| Hex | D1 | B7 | F9 | 10 | 1B | 0 | 2 | 108 | 55 | 55 |
| Octal | 321 | 267 | 371 | 20 | 33 | 0 | 2 | 410 | 125 | 125 |
| Binary | 11010001 | 10110111 | 11111001 | 10000 | 11011 | 0 | 10 | 100001000 | 1010101 | 1010101 |
Color Harmonies of #D1B7F9
Complementary color
Monochromatic Colors of #D1B7F9
Black with #D1B7F9
Text Example
Text Example
White with #D1B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7F9; }
p { color: rgb(209,183,249); }
H1.HeaderClassName
{
color: #D1B7F9;
}
.AnyTagClassName
{
color: #D1B7F9;
}
</style>
background-color css
<style>
a { background-color: #D1B7F9; }
a { background-color: rgb(209,183,249); }
div.DivClassName
{
background-color: #D1B7F9;
}
.BgClassName
{
background-color: #D1B7F9;
}
</style>
border-color css
<style>
span { border-color: #D1B7F9; }
span { border-color: rgb(209,183,249); }
td.TdClassName
{
border-color: #D1B7F9;
}
.TagClassName
{
border-color: #D1B7F9;
}
</style>