Shades of Fog #D8BAED
Tints of Fog #D8BAED
RGB
CMYK
RGB Variations
Color information
#D8BAED (or 0xD8BAED) is known color: Fog. HEX triplet: D8, BA and ED. RGB value is (216,186,237). Sum of RGB (Red+Green+Blue) = 216+186+237=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAED is #274512. Grayscale: #C8C8C8. Windows color (decimal): -2573587 or 15579864. OLE color: 15579864.
HSL color Cylindrical-coordinate representation of color #D8BAED: hue angle of 275.29º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BAED is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 186 | 237 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.07 |
| HSL | 275.29º | 0.59% | 0.83% | - |
| HSV(B) | 275.29º | 0.22% | 0.93% | - |
| XYZ | 61.16 | 55.83 | 87.67 | - |
| YUV | 200.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 237 | 0.09 | 0.22 | 0 | 0.07 | 275.29 | 0.59 | 0.83 |
| Hex | D8 | BA | ED | 9 | 16 | 0 | 7 | 113 | 3B | 53 |
| Octal | 330 | 272 | 355 | 11 | 26 | 0 | 7 | 423 | 73 | 123 |
| Binary | 11011000 | 10111010 | 11101101 | 1001 | 10110 | 0 | 111 | 100010011 | 111011 | 1010011 |
Color Harmonies of #D8BAED
Complementary color
Monochromatic Colors of #D8BAED
Black with #D8BAED
Text Example
Text Example
White with #D8BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAED; }
p { color: rgb(216,186,237); }
H1.HeaderClassName
{
color: #D8BAED;
}
.AnyTagClassName
{
color: #D8BAED;
}
</style>
background-color css
<style>
a { background-color: #D8BAED; }
a { background-color: rgb(216,186,237); }
div.DivClassName
{
background-color: #D8BAED;
}
.BgClassName
{
background-color: #D8BAED;
}
</style>
border-color css
<style>
span { border-color: #D8BAED; }
span { border-color: rgb(216,186,237); }
td.TdClassName
{
border-color: #D8BAED;
}
.TagClassName
{
border-color: #D8BAED;
}
</style>