Shades of Fog #D2BAEB
Tints of Fog #D2BAEB
RGB
CMYK
RGB Variations
Color information
#D2BAEB (or 0xD2BAEB) is known color: Fog. HEX triplet: D2, BA and EB. RGB value is (210,186,235). Sum of RGB (Red+Green+Blue) = 210+186+235=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAEB is #2D4514. Grayscale: #C6C6C6. Windows color (decimal): -2966805 or 15448786. OLE color: 15448786.
HSL color Cylindrical-coordinate representation of color #D2BAEB: hue angle of 269.39º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2BAEB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 186 | 235 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.08 |
| HSL | 269.39º | 0.55% | 0.83% | - |
| HSV(B) | 269.39º | 0.21% | 0.92% | - |
| XYZ | 59.13 | 54.82 | 86.06 | - |
| YUV | 198.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 235 | 0.11 | 0.21 | 0 | 0.08 | 269.39 | 0.55 | 0.83 |
| Hex | D2 | BA | EB | B | 15 | 0 | 8 | 10D | 37 | 53 |
| Octal | 322 | 272 | 353 | 13 | 25 | 0 | 10 | 415 | 67 | 123 |
| Binary | 11010010 | 10111010 | 11101011 | 1011 | 10101 | 0 | 1000 | 100001101 | 110111 | 1010011 |
Color Harmonies of #D2BAEB
Complementary color
Monochromatic Colors of #D2BAEB
Black with #D2BAEB
Text Example
Text Example
White with #D2BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAEB; }
p { color: rgb(210,186,235); }
H1.HeaderClassName
{
color: #D2BAEB;
}
.AnyTagClassName
{
color: #D2BAEB;
}
</style>
background-color css
<style>
a { background-color: #D2BAEB; }
a { background-color: rgb(210,186,235); }
div.DivClassName
{
background-color: #D2BAEB;
}
.BgClassName
{
background-color: #D2BAEB;
}
</style>
border-color css
<style>
span { border-color: #D2BAEB; }
span { border-color: rgb(210,186,235); }
td.TdClassName
{
border-color: #D2BAEB;
}
.TagClassName
{
border-color: #D2BAEB;
}
</style>