Shades of Fog #D6BAE9
Tints of Fog #D6BAE9
RGB
CMYK
RGB Variations
Color information
#D6BAE9 (or 0xD6BAE9) is known color: Fog. HEX triplet: D6, BA and E9. RGB value is (214,186,233). Sum of RGB (Red+Green+Blue) = 214+186+233=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAE9 is #294516. Grayscale: #C7C7C7. Windows color (decimal): -2704663 or 15317718. OLE color: 15317718.
HSL color Cylindrical-coordinate representation of color #D6BAE9: hue angle of 275.74º degrees, saturation: 0.52, 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 #D6BAE9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 186 | 233 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.09 |
| HSL | 275.74º | 0.52% | 0.82% | - |
| HSV(B) | 275.74º | 0.2% | 0.91% | - |
| XYZ | 60 | 55.3 | 84.6 | - |
| YUV | 199.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 233 | 0.08 | 0.20 | 0 | 0.09 | 275.74 | 0.52 | 0.82 |
| Hex | D6 | BA | E9 | 8 | 14 | 0 | 9 | 114 | 34 | 52 |
| Octal | 326 | 272 | 351 | 10 | 24 | 0 | 11 | 424 | 64 | 122 |
| Binary | 11010110 | 10111010 | 11101001 | 1000 | 10100 | 0 | 1001 | 100010100 | 110100 | 1010010 |
Color Harmonies of #D6BAE9
Complementary color
Monochromatic Colors of #D6BAE9
Black with #D6BAE9
Text Example
Text Example
White with #D6BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAE9; }
p { color: rgb(214,186,233); }
H1.HeaderClassName
{
color: #D6BAE9;
}
.AnyTagClassName
{
color: #D6BAE9;
}
</style>
background-color css
<style>
a { background-color: #D6BAE9; }
a { background-color: rgb(214,186,233); }
div.DivClassName
{
background-color: #D6BAE9;
}
.BgClassName
{
background-color: #D6BAE9;
}
</style>
border-color css
<style>
span { border-color: #D6BAE9; }
span { border-color: rgb(214,186,233); }
td.TdClassName
{
border-color: #D6BAE9;
}
.TagClassName
{
border-color: #D6BAE9;
}
</style>