Shades of Fog #D3BDF4
Tints of Fog #D3BDF4
RGB
CMYK
RGB Variations
Color information
#D3BDF4 (or 0xD3BDF4) is known color: Fog. HEX triplet: D3, BD and F4. RGB value is (211,189,244). Sum of RGB (Red+Green+Blue) = 211+189+244=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #D3BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDF4 is #2C420B. Grayscale: #C9C9C9. Windows color (decimal): -2900492 or 16039379. OLE color: 16039379.
HSL color Cylindrical-coordinate representation of color #D3BDF4: hue angle of 264º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3BDF4 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 189 | 244 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.04 |
| HSL | 264º | 0.71% | 0.85% | - |
| HSV(B) | 264º | 0.23% | 0.96% | - |
| XYZ | 61.39 | 56.78 | 93.31 | - |
| YUV | 201.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 244 | 0.14 | 0.23 | 0 | 0.04 | 264 | 0.71 | 0.85 |
| Hex | D3 | BD | F4 | E | 17 | 0 | 4 | 108 | 47 | 55 |
| Octal | 323 | 275 | 364 | 16 | 27 | 0 | 4 | 410 | 107 | 125 |
| Binary | 11010011 | 10111101 | 11110100 | 1110 | 10111 | 0 | 100 | 100001000 | 1000111 | 1010101 |
Color Harmonies of #D3BDF4
Complementary color
Monochromatic Colors of #D3BDF4
Black with #D3BDF4
Text Example
Text Example
White with #D3BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDF4; }
p { color: rgb(211,189,244); }
H1.HeaderClassName
{
color: #D3BDF4;
}
.AnyTagClassName
{
color: #D3BDF4;
}
</style>
background-color css
<style>
a { background-color: #D3BDF4; }
a { background-color: rgb(211,189,244); }
div.DivClassName
{
background-color: #D3BDF4;
}
.BgClassName
{
background-color: #D3BDF4;
}
</style>
border-color css
<style>
span { border-color: #D3BDF4; }
span { border-color: rgb(211,189,244); }
td.TdClassName
{
border-color: #D3BDF4;
}
.TagClassName
{
border-color: #D3BDF4;
}
</style>