Shades of Fog #D2BAE6
Tints of Fog #D2BAE6
RGB
CMYK
RGB Variations
Color information
#D2BAE6 (or 0xD2BAE6) is known color: Fog. HEX triplet: D2, BA and E6. RGB value is (210,186,230). Sum of RGB (Red+Green+Blue) = 210+186+230=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAE6 is #2D4519. Grayscale: #C6C6C6. Windows color (decimal): -2966810 or 15121106. OLE color: 15121106.
HSL color Cylindrical-coordinate representation of color #D2BAE6: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2BAE6 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 186 | 230 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.10 |
| HSL | 272.73º | 0.47% | 0.82% | - |
| HSV(B) | 272.73º | 0.19% | 0.9% | - |
| XYZ | 58.42 | 54.53 | 82.31 | - |
| YUV | 198.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 230 | 0.09 | 0.19 | 0 | 0.10 | 272.73 | 0.47 | 0.82 |
| Hex | D2 | BA | E6 | 9 | 13 | 0 | A | 111 | 2F | 52 |
| Octal | 322 | 272 | 346 | 11 | 23 | 0 | 12 | 421 | 57 | 122 |
| Binary | 11010010 | 10111010 | 11100110 | 1001 | 10011 | 0 | 1010 | 100010001 | 101111 | 1010010 |
Color Harmonies of #D2BAE6
Complementary color
Monochromatic Colors of #D2BAE6
Black with #D2BAE6
Text Example
Text Example
White with #D2BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAE6; }
p { color: rgb(210,186,230); }
H1.HeaderClassName
{
color: #D2BAE6;
}
.AnyTagClassName
{
color: #D2BAE6;
}
</style>
background-color css
<style>
a { background-color: #D2BAE6; }
a { background-color: rgb(210,186,230); }
div.DivClassName
{
background-color: #D2BAE6;
}
.BgClassName
{
background-color: #D2BAE6;
}
</style>
border-color css
<style>
span { border-color: #D2BAE6; }
span { border-color: rgb(210,186,230); }
td.TdClassName
{
border-color: #D2BAE6;
}
.TagClassName
{
border-color: #D2BAE6;
}
</style>