Shades of Fog #D1BAFE
Tints of Fog #D1BAFE
RGB
CMYK
RGB Variations
Color information
#D1BAFE (or 0xD1BAFE) is known color: Fog. HEX triplet: D1, BA and FE. RGB value is (209,186,254). Sum of RGB (Red+Green+Blue) = 209+186+254=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAFE is #2E4501. Grayscale: #C8C8C8. Windows color (decimal): -3032322 or 16693969. OLE color: 16693969.
HSL color Cylindrical-coordinate representation of color #D1BAFE: hue angle of 260.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1BAFE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 186 | 254 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.00 |
| HSL | 260.29º | 0.97% | 0.86% | - |
| HSV(B) | 260.29º | 0.27% | 1% | - |
| XYZ | 61.74 | 55.83 | 101.29 | - |
| YUV | 200.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 254 | 0.18 | 0.27 | 0 | 0.00 | 260.29 | 0.97 | 0.86 |
| Hex | D1 | BA | FE | 12 | 1B | 0 | 0 | 104 | 61 | 56 |
| Octal | 321 | 272 | 376 | 22 | 33 | 0 | 0 | 404 | 141 | 126 |
| Binary | 11010001 | 10111010 | 11111110 | 10010 | 11011 | 0 | 0 | 100000100 | 1100001 | 1010110 |
Color Harmonies of #D1BAFE
Complementary color
Monochromatic Colors of #D1BAFE
Black with #D1BAFE
Text Example
Text Example
White with #D1BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAFE; }
p { color: rgb(209,186,254); }
H1.HeaderClassName
{
color: #D1BAFE;
}
.AnyTagClassName
{
color: #D1BAFE;
}
</style>
background-color css
<style>
a { background-color: #D1BAFE; }
a { background-color: rgb(209,186,254); }
div.DivClassName
{
background-color: #D1BAFE;
}
.BgClassName
{
background-color: #D1BAFE;
}
</style>
border-color css
<style>
span { border-color: #D1BAFE; }
span { border-color: rgb(209,186,254); }
td.TdClassName
{
border-color: #D1BAFE;
}
.TagClassName
{
border-color: #D1BAFE;
}
</style>