Shades of Fog #D3BDF5
Tints of Fog #D3BDF5
RGB
CMYK
RGB Variations
Color information
#D3BDF5 (or 0xD3BDF5) is known color: Fog. HEX triplet: D3, BD and F5. RGB value is (211,189,245). Sum of RGB (Red+Green+Blue) = 211+189+245=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDF5 is #2C420A. Grayscale: #C9C9C9. Windows color (decimal): -2900491 or 16104915. OLE color: 16104915.
HSL color Cylindrical-coordinate representation of color #D3BDF5: hue angle of 263.57º degrees, saturation: 0.74, 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 #D3BDF5 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 189 | 245 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.04 |
| HSL | 263.57º | 0.74% | 0.85% | - |
| HSV(B) | 263.57º | 0.23% | 0.96% | - |
| XYZ | 61.54 | 56.84 | 94.11 | - |
| YUV | 201.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 245 | 0.14 | 0.23 | 0 | 0.04 | 263.57 | 0.74 | 0.85 |
| Hex | D3 | BD | F5 | E | 17 | 0 | 4 | 108 | 4A | 55 |
| Octal | 323 | 275 | 365 | 16 | 27 | 0 | 4 | 410 | 112 | 125 |
| Binary | 11010011 | 10111101 | 11110101 | 1110 | 10111 | 0 | 100 | 100001000 | 1001010 | 1010101 |
Color Harmonies of #D3BDF5
Complementary color
Monochromatic Colors of #D3BDF5
Black with #D3BDF5
Text Example
Text Example
White with #D3BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDF5; }
p { color: rgb(211,189,245); }
H1.HeaderClassName
{
color: #D3BDF5;
}
.AnyTagClassName
{
color: #D3BDF5;
}
</style>
background-color css
<style>
a { background-color: #D3BDF5; }
a { background-color: rgb(211,189,245); }
div.DivClassName
{
background-color: #D3BDF5;
}
.BgClassName
{
background-color: #D3BDF5;
}
</style>
border-color css
<style>
span { border-color: #D3BDF5; }
span { border-color: rgb(211,189,245); }
td.TdClassName
{
border-color: #D3BDF5;
}
.TagClassName
{
border-color: #D3BDF5;
}
</style>