Shades of Prelude #D2B4DB
Tints of Prelude #D2B4DB
RGB
CMYK
RGB Variations
Color information
#D2B4DB (or 0xD2B4DB) is known color: Prelude. HEX triplet: D2, B4 and DB. RGB value is (210,180,219). Sum of RGB (Red+Green+Blue) = 210+180+219=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4DB is #2D4B24. Grayscale: #C1C1C1. Windows color (decimal): -2968357 or 14398674. OLE color: 14398674.
HSL color Cylindrical-coordinate representation of color #D2B4DB: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B4DB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 180 | 219 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.14 |
| HSL | 286.15º | 0.35% | 0.78% | - |
| HSV(B) | 286.15º | 0.18% | 0.86% | - |
| XYZ | 55.69 | 51.46 | 74.02 | - |
| YUV | 193.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 219 | 0.04 | 0.18 | 0 | 0.14 | 286.15 | 0.35 | 0.78 |
| Hex | D2 | B4 | DB | 4 | 12 | 0 | E | 11E | 23 | 4E |
| Octal | 322 | 264 | 333 | 4 | 22 | 0 | 16 | 436 | 43 | 116 |
| Binary | 11010010 | 10110100 | 11011011 | 100 | 10010 | 0 | 1110 | 100011110 | 100011 | 1001110 |
Color Harmonies of #D2B4DB
Complementary color
Monochromatic Colors of #D2B4DB
Black with #D2B4DB
Text Example
Text Example
White with #D2B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B4DB; }
p { color: rgb(210,180,219); }
H1.HeaderClassName
{
color: #D2B4DB;
}
.AnyTagClassName
{
color: #D2B4DB;
}
</style>
background-color css
<style>
a { background-color: #D2B4DB; }
a { background-color: rgb(210,180,219); }
div.DivClassName
{
background-color: #D2B4DB;
}
.BgClassName
{
background-color: #D2B4DB;
}
</style>
border-color css
<style>
span { border-color: #D2B4DB; }
span { border-color: rgb(210,180,219); }
td.TdClassName
{
border-color: #D2B4DB;
}
.TagClassName
{
border-color: #D2B4DB;
}
</style>