Shades of Prelude #D2B9D8
Tints of Prelude #D2B9D8
RGB
CMYK
RGB Variations
Color information
#D2B9D8 (or 0xD2B9D8) is known color: Prelude. HEX triplet: D2, B9 and D8. RGB value is (210,185,216). Sum of RGB (Red+Green+Blue) = 210+185+216=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2B9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9D8 is #2D4627. Grayscale: #C3C3C3. Windows color (decimal): -2967080 or 14203346. OLE color: 14203346.
HSL color Cylindrical-coordinate representation of color #D2B9D8: hue angle of 288.39º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B9D8 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 185 | 216 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.15 |
| HSL | 288.39º | 0.28% | 0.79% | - |
| HSV(B) | 288.39º | 0.14% | 0.85% | - |
| XYZ | 56.32 | 53.36 | 72.3 | - |
| YUV | 196.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 216 | 0.03 | 0.14 | 0 | 0.15 | 288.39 | 0.28 | 0.79 |
| Hex | D2 | B9 | D8 | 3 | E | 0 | F | 120 | 1C | 4F |
| Octal | 322 | 271 | 330 | 3 | 16 | 0 | 17 | 440 | 34 | 117 |
| Binary | 11010010 | 10111001 | 11011000 | 11 | 1110 | 0 | 1111 | 100100000 | 11100 | 1001111 |
Color Harmonies of #D2B9D8
Complementary color
Monochromatic Colors of #D2B9D8
Black with #D2B9D8
Text Example
Text Example
White with #D2B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9D8; }
p { color: rgb(210,185,216); }
H1.HeaderClassName
{
color: #D2B9D8;
}
.AnyTagClassName
{
color: #D2B9D8;
}
</style>
background-color css
<style>
a { background-color: #D2B9D8; }
a { background-color: rgb(210,185,216); }
div.DivClassName
{
background-color: #D2B9D8;
}
.BgClassName
{
background-color: #D2B9D8;
}
</style>
border-color css
<style>
span { border-color: #D2B9D8; }
span { border-color: rgb(210,185,216); }
td.TdClassName
{
border-color: #D2B9D8;
}
.TagClassName
{
border-color: #D2B9D8;
}
</style>