Shades of Fog #D6BAF2
Tints of Fog #D6BAF2
RGB
CMYK
RGB Variations
Color information
#D6BAF2 (or 0xD6BAF2) is known color: Fog. HEX triplet: D6, BA and F2. RGB value is (214,186,242). Sum of RGB (Red+Green+Blue) = 214+186+242=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAF2 is #29450D. Grayscale: #C8C8C8. Windows color (decimal): -2704654 or 15907542. OLE color: 15907542.
HSL color Cylindrical-coordinate representation of color #D6BAF2: hue angle of 270º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BAF2 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 186 | 242 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.05 |
| HSL | 270º | 0.68% | 0.84% | - |
| HSV(B) | 270º | 0.23% | 0.95% | - |
| XYZ | 61.32 | 55.82 | 91.55 | - |
| YUV | 200.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 242 | 0.12 | 0.23 | 0 | 0.05 | 270 | 0.68 | 0.84 |
| Hex | D6 | BA | F2 | C | 17 | 0 | 5 | 10E | 44 | 54 |
| Octal | 326 | 272 | 362 | 14 | 27 | 0 | 5 | 416 | 104 | 124 |
| Binary | 11010110 | 10111010 | 11110010 | 1100 | 10111 | 0 | 101 | 100001110 | 1000100 | 1010100 |
Color Harmonies of #D6BAF2
Complementary color
Monochromatic Colors of #D6BAF2
Black with #D6BAF2
Text Example
Text Example
White with #D6BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAF2; }
p { color: rgb(214,186,242); }
H1.HeaderClassName
{
color: #D6BAF2;
}
.AnyTagClassName
{
color: #D6BAF2;
}
</style>
background-color css
<style>
a { background-color: #D6BAF2; }
a { background-color: rgb(214,186,242); }
div.DivClassName
{
background-color: #D6BAF2;
}
.BgClassName
{
background-color: #D6BAF2;
}
</style>
border-color css
<style>
span { border-color: #D6BAF2; }
span { border-color: rgb(214,186,242); }
td.TdClassName
{
border-color: #D6BAF2;
}
.TagClassName
{
border-color: #D6BAF2;
}
</style>