Shades of Fog #D1BAFD
Tints of Fog #D1BAFD
RGB
CMYK
RGB Variations
Color information
#D1BAFD (or 0xD1BAFD) is known color: Fog. HEX triplet: D1, BA and FD. RGB value is (209,186,253). Sum of RGB (Red+Green+Blue) = 209+186+253=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAFD is #2E4502. Grayscale: #C8C8C8. Windows color (decimal): -3032323 or 16628433. OLE color: 16628433.
HSL color Cylindrical-coordinate representation of color #D1BAFD: hue angle of 260.6º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BAFD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 186 | 253 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.01 |
| HSL | 260.6º | 0.94% | 0.86% | - |
| HSV(B) | 260.6º | 0.26% | 0.99% | - |
| XYZ | 61.58 | 55.76 | 100.45 | - |
| YUV | 200.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 253 | 0.17 | 0.26 | 0 | 0.01 | 260.6 | 0.94 | 0.86 |
| Hex | D1 | BA | FD | 11 | 1A | 0 | 1 | 105 | 5E | 56 |
| Octal | 321 | 272 | 375 | 21 | 32 | 0 | 1 | 405 | 136 | 126 |
| Binary | 11010001 | 10111010 | 11111101 | 10001 | 11010 | 0 | 1 | 100000101 | 1011110 | 1010110 |
Color Harmonies of #D1BAFD
Complementary color
Monochromatic Colors of #D1BAFD
Black with #D1BAFD
Text Example
Text Example
White with #D1BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAFD; }
p { color: rgb(209,186,253); }
H1.HeaderClassName
{
color: #D1BAFD;
}
.AnyTagClassName
{
color: #D1BAFD;
}
</style>
background-color css
<style>
a { background-color: #D1BAFD; }
a { background-color: rgb(209,186,253); }
div.DivClassName
{
background-color: #D1BAFD;
}
.BgClassName
{
background-color: #D1BAFD;
}
</style>
border-color css
<style>
span { border-color: #D1BAFD; }
span { border-color: rgb(209,186,253); }
td.TdClassName
{
border-color: #D1BAFD;
}
.TagClassName
{
border-color: #D1BAFD;
}
</style>