Shades of Fog #D2BAF5
Tints of Fog #D2BAF5
RGB
CMYK
RGB Variations
Color information
#D2BAF5 (or 0xD2BAF5) is known color: Fog. HEX triplet: D2, BA and F5. RGB value is (210,186,245). Sum of RGB (Red+Green+Blue) = 210+186+245=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #D2BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF5 is #2D450A. Grayscale: #C7C7C7. Windows color (decimal): -2966795 or 16104146. OLE color: 16104146.
HSL color Cylindrical-coordinate representation of color #D2BAF5: hue angle of 264.41º 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 #D2BAF5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 186 | 245 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.04 |
| HSL | 264.41º | 0.75% | 0.85% | - |
| HSV(B) | 264.41º | 0.24% | 0.96% | - |
| XYZ | 60.62 | 55.41 | 93.89 | - |
| YUV | 199.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 245 | 0.14 | 0.24 | 0 | 0.04 | 264.41 | 0.75 | 0.85 |
| Hex | D2 | BA | F5 | E | 18 | 0 | 4 | 108 | 4B | 55 |
| Octal | 322 | 272 | 365 | 16 | 30 | 0 | 4 | 410 | 113 | 125 |
| Binary | 11010010 | 10111010 | 11110101 | 1110 | 11000 | 0 | 100 | 100001000 | 1001011 | 1010101 |
Color Harmonies of #D2BAF5
Complementary color
Monochromatic Colors of #D2BAF5
Black with #D2BAF5
Text Example
Text Example
White with #D2BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAF5; }
p { color: rgb(210,186,245); }
H1.HeaderClassName
{
color: #D2BAF5;
}
.AnyTagClassName
{
color: #D2BAF5;
}
</style>
background-color css
<style>
a { background-color: #D2BAF5; }
a { background-color: rgb(210,186,245); }
div.DivClassName
{
background-color: #D2BAF5;
}
.BgClassName
{
background-color: #D2BAF5;
}
</style>
border-color css
<style>
span { border-color: #D2BAF5; }
span { border-color: rgb(210,186,245); }
td.TdClassName
{
border-color: #D2BAF5;
}
.TagClassName
{
border-color: #D2BAF5;
}
</style>