Shades of Prelude #D2B3DD
Tints of Prelude #D2B3DD
RGB
CMYK
RGB Variations
Color information
#D2B3DD (or 0xD2B3DD) is known color: Prelude. HEX triplet: D2, B3 and DD. RGB value is (210,179,221). Sum of RGB (Red+Green+Blue) = 210+179+221=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B3DD is #2D4C22. Grayscale: #C0C0C0. Windows color (decimal): -2968611 or 14529490. OLE color: 14529490.
HSL color Cylindrical-coordinate representation of color #D2B3DD: hue angle of 284.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2B3DD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 179 | 221 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.13 |
| HSL | 284.29º | 0.38% | 0.78% | - |
| HSV(B) | 284.29º | 0.19% | 0.87% | - |
| XYZ | 55.75 | 51.16 | 75.34 | - |
| YUV | 193.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 221 | 0.05 | 0.19 | 0 | 0.13 | 284.29 | 0.38 | 0.78 |
| Hex | D2 | B3 | DD | 5 | 13 | 0 | D | 11C | 26 | 4E |
| Octal | 322 | 263 | 335 | 5 | 23 | 0 | 15 | 434 | 46 | 116 |
| Binary | 11010010 | 10110011 | 11011101 | 101 | 10011 | 0 | 1101 | 100011100 | 100110 | 1001110 |
Color Harmonies of #D2B3DD
Complementary color
Monochromatic Colors of #D2B3DD
Black with #D2B3DD
Text Example
Text Example
White with #D2B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3DD; }
p { color: rgb(210,179,221); }
H1.HeaderClassName
{
color: #D2B3DD;
}
.AnyTagClassName
{
color: #D2B3DD;
}
</style>
background-color css
<style>
a { background-color: #D2B3DD; }
a { background-color: rgb(210,179,221); }
div.DivClassName
{
background-color: #D2B3DD;
}
.BgClassName
{
background-color: #D2B3DD;
}
</style>
border-color css
<style>
span { border-color: #D2B3DD; }
span { border-color: rgb(210,179,221); }
td.TdClassName
{
border-color: #D2B3DD;
}
.TagClassName
{
border-color: #D2B3DD;
}
</style>