Shades of Fog #D2BAF0
Tints of Fog #D2BAF0
RGB
CMYK
RGB Variations
Color information
#D2BAF0 (or 0xD2BAF0) is known color: Fog. HEX triplet: D2, BA and F0. RGB value is (210,186,240). Sum of RGB (Red+Green+Blue) = 210+186+240=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF0 is #2D450F. Grayscale: #C7C7C7. Windows color (decimal): -2966800 or 15776466. OLE color: 15776466.
HSL color Cylindrical-coordinate representation of color #D2BAF0: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BAF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 186 | 240 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 266.67º | 0.64% | 0.84% | - |
| HSV(B) | 266.67º | 0.23% | 0.94% | - |
| XYZ | 59.87 | 55.11 | 89.92 | - |
| YUV | 199.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 240 | 0.12 | 0.22 | 0 | 0.06 | 266.67 | 0.64 | 0.84 |
| Hex | D2 | BA | F0 | C | 16 | 0 | 6 | 10B | 40 | 54 |
| Octal | 322 | 272 | 360 | 14 | 26 | 0 | 6 | 413 | 100 | 124 |
| Binary | 11010010 | 10111010 | 11110000 | 1100 | 10110 | 0 | 110 | 100001011 | 1000000 | 1010100 |
Color Harmonies of #D2BAF0
Complementary color
Monochromatic Colors of #D2BAF0
Black with #D2BAF0
Text Example
Text Example
White with #D2BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAF0; }
p { color: rgb(210,186,240); }
H1.HeaderClassName
{
color: #D2BAF0;
}
.AnyTagClassName
{
color: #D2BAF0;
}
</style>
background-color css
<style>
a { background-color: #D2BAF0; }
a { background-color: rgb(210,186,240); }
div.DivClassName
{
background-color: #D2BAF0;
}
.BgClassName
{
background-color: #D2BAF0;
}
</style>
border-color css
<style>
span { border-color: #D2BAF0; }
span { border-color: rgb(210,186,240); }
td.TdClassName
{
border-color: #D2BAF0;
}
.TagClassName
{
border-color: #D2BAF0;
}
</style>