Shades of Prelude #D3B7DA
Tints of Prelude #D3B7DA
RGB
CMYK
RGB Variations
Color information
#D3B7DA (or 0xD3B7DA) is known color: Prelude. HEX triplet: D3, B7 and DA. RGB value is (211,183,218). Sum of RGB (Red+Green+Blue) = 211+183+218=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3B7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7DA is #2C4825. Grayscale: #C3C3C3. Windows color (decimal): -2902054 or 14333907. OLE color: 14333907.
HSL color Cylindrical-coordinate representation of color #D3B7DA: hue angle of 288º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B7DA is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 183 | 218 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.15 |
| HSL | 288º | 0.32% | 0.79% | - |
| HSV(B) | 288º | 0.16% | 0.85% | - |
| XYZ | 56.45 | 52.78 | 73.54 | - |
| YUV | 195.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 218 | 0.03 | 0.16 | 0 | 0.15 | 288 | 0.32 | 0.79 |
| Hex | D3 | B7 | DA | 3 | 10 | 0 | F | 120 | 20 | 4F |
| Octal | 323 | 267 | 332 | 3 | 20 | 0 | 17 | 440 | 40 | 117 |
| Binary | 11010011 | 10110111 | 11011010 | 11 | 10000 | 0 | 1111 | 100100000 | 100000 | 1001111 |
Color Harmonies of #D3B7DA
Complementary color
Monochromatic Colors of #D3B7DA
Black with #D3B7DA
Text Example
Text Example
White with #D3B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7DA; }
p { color: rgb(211,183,218); }
H1.HeaderClassName
{
color: #D3B7DA;
}
.AnyTagClassName
{
color: #D3B7DA;
}
</style>
background-color css
<style>
a { background-color: #D3B7DA; }
a { background-color: rgb(211,183,218); }
div.DivClassName
{
background-color: #D3B7DA;
}
.BgClassName
{
background-color: #D3B7DA;
}
</style>
border-color css
<style>
span { border-color: #D3B7DA; }
span { border-color: rgb(211,183,218); }
td.TdClassName
{
border-color: #D3B7DA;
}
.TagClassName
{
border-color: #D3B7DA;
}
</style>