Shades of Fog #D3BAEE
Tints of Fog #D3BAEE
RGB
CMYK
RGB Variations
Color information
#D3BAEE (or 0xD3BAEE) is known color: Fog. HEX triplet: D3, BA and EE. RGB value is (211,186,238). Sum of RGB (Red+Green+Blue) = 211+186+238=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAEE is #2C4511. Grayscale: #C7C7C7. Windows color (decimal): -2901266 or 15645395. OLE color: 15645395.
HSL color Cylindrical-coordinate representation of color #D3BAEE: hue angle of 268.85º degrees, saturation: 0.6, 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 #D3BAEE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 186 | 238 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.07 |
| HSL | 268.85º | 0.6% | 0.83% | - |
| HSV(B) | 268.85º | 0.22% | 0.93% | - |
| XYZ | 59.86 | 55.14 | 88.38 | - |
| YUV | 199.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 238 | 0.11 | 0.22 | 0 | 0.07 | 268.85 | 0.6 | 0.83 |
| Hex | D3 | BA | EE | B | 16 | 0 | 7 | 10D | 3C | 53 |
| Octal | 323 | 272 | 356 | 13 | 26 | 0 | 7 | 415 | 74 | 123 |
| Binary | 11010011 | 10111010 | 11101110 | 1011 | 10110 | 0 | 111 | 100001101 | 111100 | 1010011 |
Color Harmonies of #D3BAEE
Complementary color
Monochromatic Colors of #D3BAEE
Black with #D3BAEE
Text Example
Text Example
White with #D3BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAEE; }
p { color: rgb(211,186,238); }
H1.HeaderClassName
{
color: #D3BAEE;
}
.AnyTagClassName
{
color: #D3BAEE;
}
</style>
background-color css
<style>
a { background-color: #D3BAEE; }
a { background-color: rgb(211,186,238); }
div.DivClassName
{
background-color: #D3BAEE;
}
.BgClassName
{
background-color: #D3BAEE;
}
</style>
border-color css
<style>
span { border-color: #D3BAEE; }
span { border-color: rgb(211,186,238); }
td.TdClassName
{
border-color: #D3BAEE;
}
.TagClassName
{
border-color: #D3BAEE;
}
</style>