Shades of Fog #D6BAEF
Tints of Fog #D6BAEF
RGB
CMYK
RGB Variations
Color information
#D6BAEF (or 0xD6BAEF) is known color: Fog. HEX triplet: D6, BA and EF. RGB value is (214,186,239). Sum of RGB (Red+Green+Blue) = 214+186+239=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAEF is #294510. Grayscale: #C8C8C8. Windows color (decimal): -2704657 or 15710934. OLE color: 15710934.
HSL color Cylindrical-coordinate representation of color #D6BAEF: hue angle of 271.7º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BAEF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 186 | 239 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.06 |
| HSL | 271.7º | 0.62% | 0.83% | - |
| HSV(B) | 271.7º | 0.22% | 0.94% | - |
| XYZ | 60.87 | 55.65 | 89.19 | - |
| YUV | 200.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 239 | 0.10 | 0.22 | 0 | 0.06 | 271.7 | 0.62 | 0.83 |
| Hex | D6 | BA | EF | A | 16 | 0 | 6 | 110 | 3E | 53 |
| Octal | 326 | 272 | 357 | 12 | 26 | 0 | 6 | 420 | 76 | 123 |
| Binary | 11010110 | 10111010 | 11101111 | 1010 | 10110 | 0 | 110 | 100010000 | 111110 | 1010011 |
Color Harmonies of #D6BAEF
Complementary color
Monochromatic Colors of #D6BAEF
Black with #D6BAEF
Text Example
Text Example
White with #D6BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAEF; }
p { color: rgb(214,186,239); }
H1.HeaderClassName
{
color: #D6BAEF;
}
.AnyTagClassName
{
color: #D6BAEF;
}
</style>
background-color css
<style>
a { background-color: #D6BAEF; }
a { background-color: rgb(214,186,239); }
div.DivClassName
{
background-color: #D6BAEF;
}
.BgClassName
{
background-color: #D6BAEF;
}
</style>
border-color css
<style>
span { border-color: #D6BAEF; }
span { border-color: rgb(214,186,239); }
td.TdClassName
{
border-color: #D6BAEF;
}
.TagClassName
{
border-color: #D6BAEF;
}
</style>