Shades of Fog #D3BAEF
Tints of Fog #D3BAEF
RGB
CMYK
RGB Variations
Color information
#D3BAEF (or 0xD3BAEF) is known color: Fog. HEX triplet: D3, BA and EF. RGB value is (211,186,239). Sum of RGB (Red+Green+Blue) = 211+186+239=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAEF is #2C4510. Grayscale: #C7C7C7. Windows color (decimal): -2901265 or 15710931. OLE color: 15710931.
HSL color Cylindrical-coordinate representation of color #D3BAEF: hue angle of 268.3º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3BAEF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 186 | 239 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 268.3º | 0.62% | 0.83% | - |
| HSV(B) | 268.3º | 0.22% | 0.94% | - |
| XYZ | 60 | 55.2 | 89.15 | - |
| YUV | 199.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 239 | 0.12 | 0.22 | 0 | 0.06 | 268.3 | 0.62 | 0.83 |
| Hex | D3 | BA | EF | C | 16 | 0 | 6 | 10C | 3E | 53 |
| Octal | 323 | 272 | 357 | 14 | 26 | 0 | 6 | 414 | 76 | 123 |
| Binary | 11010011 | 10111010 | 11101111 | 1100 | 10110 | 0 | 110 | 100001100 | 111110 | 1010011 |
Color Harmonies of #D3BAEF
Complementary color
Monochromatic Colors of #D3BAEF
Black with #D3BAEF
Text Example
Text Example
White with #D3BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAEF; }
p { color: rgb(211,186,239); }
H1.HeaderClassName
{
color: #D3BAEF;
}
.AnyTagClassName
{
color: #D3BAEF;
}
</style>
background-color css
<style>
a { background-color: #D3BAEF; }
a { background-color: rgb(211,186,239); }
div.DivClassName
{
background-color: #D3BAEF;
}
.BgClassName
{
background-color: #D3BAEF;
}
</style>
border-color css
<style>
span { border-color: #D3BAEF; }
span { border-color: rgb(211,186,239); }
td.TdClassName
{
border-color: #D3BAEF;
}
.TagClassName
{
border-color: #D3BAEF;
}
</style>