Shades of Prelude #D2B1DB
Tints of Prelude #D2B1DB
RGB
CMYK
RGB Variations
Color information
#D2B1DB (or 0xD2B1DB) is known color: Prelude. HEX triplet: D2, B1 and DB. RGB value is (210,177,219). Sum of RGB (Red+Green+Blue) = 210+177+219=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1DB is #2D4E24. Grayscale: #BFBFBF. Windows color (decimal): -2969125 or 14397906. OLE color: 14397906.
HSL color Cylindrical-coordinate representation of color #D2B1DB: hue angle of 287.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2B1DB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 177 | 219 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.14 |
| HSL | 287.14º | 0.37% | 0.78% | - |
| HSV(B) | 287.14º | 0.19% | 0.86% | - |
| XYZ | 55.09 | 50.26 | 73.82 | - |
| YUV | 191.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 219 | 0.04 | 0.19 | 0 | 0.14 | 287.14 | 0.37 | 0.78 |
| Hex | D2 | B1 | DB | 4 | 13 | 0 | E | 11F | 25 | 4E |
| Octal | 322 | 261 | 333 | 4 | 23 | 0 | 16 | 437 | 45 | 116 |
| Binary | 11010010 | 10110001 | 11011011 | 100 | 10011 | 0 | 1110 | 100011111 | 100101 | 1001110 |
Color Harmonies of #D2B1DB
Complementary color
Monochromatic Colors of #D2B1DB
Black with #D2B1DB
Text Example
Text Example
White with #D2B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B1DB; }
p { color: rgb(210,177,219); }
H1.HeaderClassName
{
color: #D2B1DB;
}
.AnyTagClassName
{
color: #D2B1DB;
}
</style>
background-color css
<style>
a { background-color: #D2B1DB; }
a { background-color: rgb(210,177,219); }
div.DivClassName
{
background-color: #D2B1DB;
}
.BgClassName
{
background-color: #D2B1DB;
}
</style>
border-color css
<style>
span { border-color: #D2B1DB; }
span { border-color: rgb(210,177,219); }
td.TdClassName
{
border-color: #D2B1DB;
}
.TagClassName
{
border-color: #D2B1DB;
}
</style>