Shades of Fog #D9BAE8
Tints of Fog #D9BAE8
RGB
CMYK
RGB Variations
Color information
#D9BAE8 (or 0xD9BAE8) is known color: Fog. HEX triplet: D9, BA and E8. RGB value is (217,186,232). Sum of RGB (Red+Green+Blue) = 217+186+232=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAE8 is #264517. Grayscale: #C8C8C8. Windows color (decimal): -2508056 or 15252185. OLE color: 15252185.
HSL color Cylindrical-coordinate representation of color #D9BAE8: hue angle of 280.43º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BAE8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 186 | 232 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.09 |
| HSL | 280.43º | 0.5% | 0.82% | - |
| HSV(B) | 280.43º | 0.2% | 0.91% | - |
| XYZ | 60.74 | 55.7 | 83.89 | - |
| YUV | 200.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 232 | 0.06 | 0.20 | 0 | 0.09 | 280.43 | 0.5 | 0.82 |
| Hex | D9 | BA | E8 | 6 | 14 | 0 | 9 | 118 | 32 | 52 |
| Octal | 331 | 272 | 350 | 6 | 24 | 0 | 11 | 430 | 62 | 122 |
| Binary | 11011001 | 10111010 | 11101000 | 110 | 10100 | 0 | 1001 | 100011000 | 110010 | 1010010 |
Color Harmonies of #D9BAE8
Complementary color
Monochromatic Colors of #D9BAE8
Black with #D9BAE8
Text Example
Text Example
White with #D9BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAE8; }
p { color: rgb(217,186,232); }
H1.HeaderClassName
{
color: #D9BAE8;
}
.AnyTagClassName
{
color: #D9BAE8;
}
</style>
background-color css
<style>
a { background-color: #D9BAE8; }
a { background-color: rgb(217,186,232); }
div.DivClassName
{
background-color: #D9BAE8;
}
.BgClassName
{
background-color: #D9BAE8;
}
</style>
border-color css
<style>
span { border-color: #D9BAE8; }
span { border-color: rgb(217,186,232); }
td.TdClassName
{
border-color: #D9BAE8;
}
.TagClassName
{
border-color: #D9BAE8;
}
</style>