Shades of Fog #D6BAF5
Tints of Fog #D6BAF5
RGB
CMYK
RGB Variations
Color information
#D6BAF5 (or 0xD6BAF5) is known color: Fog. HEX triplet: D6, BA and F5. RGB value is (214,186,245). Sum of RGB (Red+Green+Blue) = 214+186+245=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAF5 is #29450A. Grayscale: #C8C8C8. Windows color (decimal): -2704651 or 16104150. OLE color: 16104150.
HSL color Cylindrical-coordinate representation of color #D6BAF5: hue angle of 268.47º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BAF5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 186 | 245 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.04 |
| HSL | 268.47º | 0.75% | 0.85% | - |
| HSV(B) | 268.47º | 0.24% | 0.96% | - |
| XYZ | 61.77 | 56.01 | 93.94 | - |
| YUV | 201.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 245 | 0.13 | 0.24 | 0 | 0.04 | 268.47 | 0.75 | 0.85 |
| Hex | D6 | BA | F5 | D | 18 | 0 | 4 | 10C | 4B | 55 |
| Octal | 326 | 272 | 365 | 15 | 30 | 0 | 4 | 414 | 113 | 125 |
| Binary | 11010110 | 10111010 | 11110101 | 1101 | 11000 | 0 | 100 | 100001100 | 1001011 | 1010101 |
Color Harmonies of #D6BAF5
Complementary color
Monochromatic Colors of #D6BAF5
Black with #D6BAF5
Text Example
Text Example
White with #D6BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAF5; }
p { color: rgb(214,186,245); }
H1.HeaderClassName
{
color: #D6BAF5;
}
.AnyTagClassName
{
color: #D6BAF5;
}
</style>
background-color css
<style>
a { background-color: #D6BAF5; }
a { background-color: rgb(214,186,245); }
div.DivClassName
{
background-color: #D6BAF5;
}
.BgClassName
{
background-color: #D6BAF5;
}
</style>
border-color css
<style>
span { border-color: #D6BAF5; }
span { border-color: rgb(214,186,245); }
td.TdClassName
{
border-color: #D6BAF5;
}
.TagClassName
{
border-color: #D6BAF5;
}
</style>