Shades of Fog #D2BAFA
Tints of Fog #D2BAFA
RGB
CMYK
RGB Variations
Color information
#D2BAFA (or 0xD2BAFA) is known color: Fog. HEX triplet: D2, BA and FA. RGB value is (210,186,250). Sum of RGB (Red+Green+Blue) = 210+186+250=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAFA is #2D4505. Grayscale: #C8C8C8. Windows color (decimal): -2966790 or 16431826. OLE color: 16431826.
HSL color Cylindrical-coordinate representation of color #D2BAFA: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2BAFA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 186 | 250 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.02 |
| HSL | 262.5º | 0.86% | 0.85% | - |
| HSV(B) | 262.5º | 0.26% | 0.98% | - |
| XYZ | 61.39 | 55.72 | 97.96 | - |
| YUV | 200.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 250 | 0.16 | 0.26 | 0 | 0.02 | 262.5 | 0.86 | 0.85 |
| Hex | D2 | BA | FA | 10 | 1A | 0 | 2 | 106 | 56 | 55 |
| Octal | 322 | 272 | 372 | 20 | 32 | 0 | 2 | 406 | 126 | 125 |
| Binary | 11010010 | 10111010 | 11111010 | 10000 | 11010 | 0 | 10 | 100000110 | 1010110 | 1010101 |
Color Harmonies of #D2BAFA
Complementary color
Monochromatic Colors of #D2BAFA
Black with #D2BAFA
Text Example
Text Example
White with #D2BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAFA; }
p { color: rgb(210,186,250); }
H1.HeaderClassName
{
color: #D2BAFA;
}
.AnyTagClassName
{
color: #D2BAFA;
}
</style>
background-color css
<style>
a { background-color: #D2BAFA; }
a { background-color: rgb(210,186,250); }
div.DivClassName
{
background-color: #D2BAFA;
}
.BgClassName
{
background-color: #D2BAFA;
}
</style>
border-color css
<style>
span { border-color: #D2BAFA; }
span { border-color: rgb(210,186,250); }
td.TdClassName
{
border-color: #D2BAFA;
}
.TagClassName
{
border-color: #D2BAFA;
}
</style>