Shades of Fog #D3BAED
Tints of Fog #D3BAED
RGB
CMYK
RGB Variations
Color information
#D3BAED (or 0xD3BAED) is known color: Fog. HEX triplet: D3, BA and ED. RGB value is (211,186,237). Sum of RGB (Red+Green+Blue) = 211+186+237=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAED is #2C4512. Grayscale: #C7C7C7. Windows color (decimal): -2901267 or 15579859. OLE color: 15579859.
HSL color Cylindrical-coordinate representation of color #D3BAED: hue angle of 269.41º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3BAED is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 186 | 237 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.07 |
| HSL | 269.41º | 0.59% | 0.83% | - |
| HSV(B) | 269.41º | 0.22% | 0.93% | - |
| XYZ | 59.71 | 55.08 | 87.61 | - |
| YUV | 199.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 237 | 0.11 | 0.22 | 0 | 0.07 | 269.41 | 0.59 | 0.83 |
| Hex | D3 | BA | ED | B | 16 | 0 | 7 | 10D | 3B | 53 |
| Octal | 323 | 272 | 355 | 13 | 26 | 0 | 7 | 415 | 73 | 123 |
| Binary | 11010011 | 10111010 | 11101101 | 1011 | 10110 | 0 | 111 | 100001101 | 111011 | 1010011 |
Color Harmonies of #D3BAED
Complementary color
Monochromatic Colors of #D3BAED
Black with #D3BAED
Text Example
Text Example
White with #D3BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAED; }
p { color: rgb(211,186,237); }
H1.HeaderClassName
{
color: #D3BAED;
}
.AnyTagClassName
{
color: #D3BAED;
}
</style>
background-color css
<style>
a { background-color: #D3BAED; }
a { background-color: rgb(211,186,237); }
div.DivClassName
{
background-color: #D3BAED;
}
.BgClassName
{
background-color: #D3BAED;
}
</style>
border-color css
<style>
span { border-color: #D3BAED; }
span { border-color: rgb(211,186,237); }
td.TdClassName
{
border-color: #D3BAED;
}
.TagClassName
{
border-color: #D3BAED;
}
</style>