Shades of Fog #D1BAF0
Tints of Fog #D1BAF0
RGB
CMYK
RGB Variations
Color information
#D1BAF0 (or 0xD1BAF0) is known color: Fog. HEX triplet: D1, BA and F0. RGB value is (209,186,240). Sum of RGB (Red+Green+Blue) = 209+186+240=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAF0 is #2E450F. Grayscale: #C6C6C6. Windows color (decimal): -3032336 or 15776465. OLE color: 15776465.
HSL color Cylindrical-coordinate representation of color #D1BAF0: hue angle of 265.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BAF0 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 186 | 240 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.06 |
| HSL | 265.56º | 0.64% | 0.84% | - |
| HSV(B) | 265.56º | 0.23% | 0.94% | - |
| XYZ | 59.58 | 54.96 | 89.91 | - |
| YUV | 199.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 240 | 0.13 | 0.22 | 0 | 0.06 | 265.56 | 0.64 | 0.84 |
| Hex | D1 | BA | F0 | D | 16 | 0 | 6 | 10A | 40 | 54 |
| Octal | 321 | 272 | 360 | 15 | 26 | 0 | 6 | 412 | 100 | 124 |
| Binary | 11010001 | 10111010 | 11110000 | 1101 | 10110 | 0 | 110 | 100001010 | 1000000 | 1010100 |
Color Harmonies of #D1BAF0
Complementary color
Monochromatic Colors of #D1BAF0
Black with #D1BAF0
Text Example
Text Example
White with #D1BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAF0; }
p { color: rgb(209,186,240); }
H1.HeaderClassName
{
color: #D1BAF0;
}
.AnyTagClassName
{
color: #D1BAF0;
}
</style>
background-color css
<style>
a { background-color: #D1BAF0; }
a { background-color: rgb(209,186,240); }
div.DivClassName
{
background-color: #D1BAF0;
}
.BgClassName
{
background-color: #D1BAF0;
}
</style>
border-color css
<style>
span { border-color: #D1BAF0; }
span { border-color: rgb(209,186,240); }
td.TdClassName
{
border-color: #D1BAF0;
}
.TagClassName
{
border-color: #D1BAF0;
}
</style>