Shades of Fog #D1BAFB
Tints of Fog #D1BAFB
RGB
CMYK
RGB Variations
Color information
#D1BAFB (or 0xD1BAFB) is known color: Fog. HEX triplet: D1, BA and FB. RGB value is (209,186,251). Sum of RGB (Red+Green+Blue) = 209+186+251=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAFB is #2E4504. Grayscale: #C8C8C8. Windows color (decimal): -3032325 or 16497361. OLE color: 16497361.
HSL color Cylindrical-coordinate representation of color #D1BAFB: hue angle of 261.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BAFB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 186 | 251 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.02 |
| HSL | 261.23º | 0.89% | 0.86% | - |
| HSV(B) | 261.23º | 0.26% | 0.98% | - |
| XYZ | 61.27 | 55.64 | 98.78 | - |
| YUV | 200.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 251 | 0.17 | 0.26 | 0 | 0.02 | 261.23 | 0.89 | 0.86 |
| Hex | D1 | BA | FB | 11 | 1A | 0 | 2 | 105 | 59 | 56 |
| Octal | 321 | 272 | 373 | 21 | 32 | 0 | 2 | 405 | 131 | 126 |
| Binary | 11010001 | 10111010 | 11111011 | 10001 | 11010 | 0 | 10 | 100000101 | 1011001 | 1010110 |
Color Harmonies of #D1BAFB
Complementary color
Monochromatic Colors of #D1BAFB
Black with #D1BAFB
Text Example
Text Example
White with #D1BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAFB; }
p { color: rgb(209,186,251); }
H1.HeaderClassName
{
color: #D1BAFB;
}
.AnyTagClassName
{
color: #D1BAFB;
}
</style>
background-color css
<style>
a { background-color: #D1BAFB; }
a { background-color: rgb(209,186,251); }
div.DivClassName
{
background-color: #D1BAFB;
}
.BgClassName
{
background-color: #D1BAFB;
}
</style>
border-color css
<style>
span { border-color: #D1BAFB; }
span { border-color: rgb(209,186,251); }
td.TdClassName
{
border-color: #D1BAFB;
}
.TagClassName
{
border-color: #D1BAFB;
}
</style>