Shades of Prelude #D3BDDD
Tints of Prelude #D3BDDD
RGB
CMYK
RGB Variations
Color information
#D3BDDD (or 0xD3BDDD) is known color: Prelude. HEX triplet: D3, BD and DD. RGB value is (211,189,221). Sum of RGB (Red+Green+Blue) = 211+189+221=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDDD is #2C4222. Grayscale: #C7C7C7. Windows color (decimal): -2900515 or 14532051. OLE color: 14532051.
HSL color Cylindrical-coordinate representation of color #D3BDDD: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3BDDD is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 189 | 221 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.13 |
| HSL | 281.25º | 0.32% | 0.8% | - |
| HSV(B) | 281.25º | 0.14% | 0.87% | - |
| XYZ | 58.11 | 55.46 | 76.05 | - |
| YUV | 199.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 221 | 0.05 | 0.14 | 0 | 0.13 | 281.25 | 0.32 | 0.8 |
| Hex | D3 | BD | DD | 5 | E | 0 | D | 119 | 20 | 50 |
| Octal | 323 | 275 | 335 | 5 | 16 | 0 | 15 | 431 | 40 | 120 |
| Binary | 11010011 | 10111101 | 11011101 | 101 | 1110 | 0 | 1101 | 100011001 | 100000 | 1010000 |
Color Harmonies of #D3BDDD
Complementary color
Monochromatic Colors of #D3BDDD
Black with #D3BDDD
Text Example
Text Example
White with #D3BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDDD; }
p { color: rgb(211,189,221); }
H1.HeaderClassName
{
color: #D3BDDD;
}
.AnyTagClassName
{
color: #D3BDDD;
}
</style>
background-color css
<style>
a { background-color: #D3BDDD; }
a { background-color: rgb(211,189,221); }
div.DivClassName
{
background-color: #D3BDDD;
}
.BgClassName
{
background-color: #D3BDDD;
}
</style>
border-color css
<style>
span { border-color: #D3BDDD; }
span { border-color: rgb(211,189,221); }
td.TdClassName
{
border-color: #D3BDDD;
}
.TagClassName
{
border-color: #D3BDDD;
}
</style>