Shades of Fog #D8BAF1
Tints of Fog #D8BAF1
RGB
CMYK
RGB Variations
Color information
#D8BAF1 (or 0xD8BAF1) is known color: Fog. HEX triplet: D8, BA and F1. RGB value is (216,186,241). Sum of RGB (Red+Green+Blue) = 216+186+241=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAF1 is #27450E. Grayscale: #C9C9C9. Windows color (decimal): -2573583 or 15842008. OLE color: 15842008.
HSL color Cylindrical-coordinate representation of color #D8BAF1: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8BAF1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 186 | 241 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.05 |
| HSL | 272.73º | 0.66% | 0.84% | - |
| HSV(B) | 272.73º | 0.23% | 0.95% | - |
| XYZ | 61.75 | 56.07 | 90.79 | - |
| YUV | 201.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 241 | 0.10 | 0.23 | 0 | 0.05 | 272.73 | 0.66 | 0.84 |
| Hex | D8 | BA | F1 | A | 17 | 0 | 5 | 111 | 42 | 54 |
| Octal | 330 | 272 | 361 | 12 | 27 | 0 | 5 | 421 | 102 | 124 |
| Binary | 11011000 | 10111010 | 11110001 | 1010 | 10111 | 0 | 101 | 100010001 | 1000010 | 1010100 |
Color Harmonies of #D8BAF1
Complementary color
Monochromatic Colors of #D8BAF1
Black with #D8BAF1
Text Example
Text Example
White with #D8BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAF1; }
p { color: rgb(216,186,241); }
H1.HeaderClassName
{
color: #D8BAF1;
}
.AnyTagClassName
{
color: #D8BAF1;
}
</style>
background-color css
<style>
a { background-color: #D8BAF1; }
a { background-color: rgb(216,186,241); }
div.DivClassName
{
background-color: #D8BAF1;
}
.BgClassName
{
background-color: #D8BAF1;
}
</style>
border-color css
<style>
span { border-color: #D8BAF1; }
span { border-color: rgb(216,186,241); }
td.TdClassName
{
border-color: #D8BAF1;
}
.TagClassName
{
border-color: #D8BAF1;
}
</style>