Shades of Prelude #D3B7DD
Tints of Prelude #D3B7DD
RGB
CMYK
RGB Variations
Color information
#D3B7DD (or 0xD3B7DD) is known color: Prelude. HEX triplet: D3, B7 and DD. RGB value is (211,183,221). Sum of RGB (Red+Green+Blue) = 211+183+221=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7DD is #2C4822. Grayscale: #C3C3C3. Windows color (decimal): -2902051 or 14530515. OLE color: 14530515.
HSL color Cylindrical-coordinate representation of color #D3B7DD: hue angle of 284.21º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3B7DD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 183 | 221 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.13 |
| HSL | 284.21º | 0.36% | 0.79% | - |
| HSV(B) | 284.21º | 0.17% | 0.87% | - |
| XYZ | 56.85 | 52.94 | 75.63 | - |
| YUV | 195.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 221 | 0.05 | 0.17 | 0 | 0.13 | 284.21 | 0.36 | 0.79 |
| Hex | D3 | B7 | DD | 5 | 11 | 0 | D | 11C | 24 | 4F |
| Octal | 323 | 267 | 335 | 5 | 21 | 0 | 15 | 434 | 44 | 117 |
| Binary | 11010011 | 10110111 | 11011101 | 101 | 10001 | 0 | 1101 | 100011100 | 100100 | 1001111 |
Color Harmonies of #D3B7DD
Complementary color
Monochromatic Colors of #D3B7DD
Black with #D3B7DD
Text Example
Text Example
White with #D3B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7DD; }
p { color: rgb(211,183,221); }
H1.HeaderClassName
{
color: #D3B7DD;
}
.AnyTagClassName
{
color: #D3B7DD;
}
</style>
background-color css
<style>
a { background-color: #D3B7DD; }
a { background-color: rgb(211,183,221); }
div.DivClassName
{
background-color: #D3B7DD;
}
.BgClassName
{
background-color: #D3B7DD;
}
</style>
border-color css
<style>
span { border-color: #D3B7DD; }
span { border-color: rgb(211,183,221); }
td.TdClassName
{
border-color: #D3B7DD;
}
.TagClassName
{
border-color: #D3B7DD;
}
</style>