Shades of Fog #D5BAF6
Tints of Fog #D5BAF6
RGB
CMYK
RGB Variations
Color information
#D5BAF6 (or 0xD5BAF6) is known color: Fog. HEX triplet: D5, BA and F6. RGB value is (213,186,246). Sum of RGB (Red+Green+Blue) = 213+186+246=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF6 is #2A4509. Grayscale: #C8C8C8. Windows color (decimal): -2770186 or 16169685. OLE color: 16169685.
HSL color Cylindrical-coordinate representation of color #D5BAF6: hue angle of 267º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BAF6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 186 | 246 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.04 |
| HSL | 267º | 0.77% | 0.85% | - |
| HSV(B) | 267º | 0.24% | 0.96% | - |
| XYZ | 61.63 | 55.92 | 94.73 | - |
| YUV | 200.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 246 | 0.13 | 0.24 | 0 | 0.04 | 267 | 0.77 | 0.85 |
| Hex | D5 | BA | F6 | D | 18 | 0 | 4 | 10B | 4D | 55 |
| Octal | 325 | 272 | 366 | 15 | 30 | 0 | 4 | 413 | 115 | 125 |
| Binary | 11010101 | 10111010 | 11110110 | 1101 | 11000 | 0 | 100 | 100001011 | 1001101 | 1010101 |
Color Harmonies of #D5BAF6
Complementary color
Monochromatic Colors of #D5BAF6
Black with #D5BAF6
Text Example
Text Example
White with #D5BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAF6; }
p { color: rgb(213,186,246); }
H1.HeaderClassName
{
color: #D5BAF6;
}
.AnyTagClassName
{
color: #D5BAF6;
}
</style>
background-color css
<style>
a { background-color: #D5BAF6; }
a { background-color: rgb(213,186,246); }
div.DivClassName
{
background-color: #D5BAF6;
}
.BgClassName
{
background-color: #D5BAF6;
}
</style>
border-color css
<style>
span { border-color: #D5BAF6; }
span { border-color: rgb(213,186,246); }
td.TdClassName
{
border-color: #D5BAF6;
}
.TagClassName
{
border-color: #D5BAF6;
}
</style>