Shades of Prelude #D2B2DB
Tints of Prelude #D2B2DB
RGB
CMYK
RGB Variations
Color information
#D2B2DB (or 0xD2B2DB) is known color: Prelude. HEX triplet: D2, B2 and DB. RGB value is (210,178,219). Sum of RGB (Red+Green+Blue) = 210+178+219=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2DB is #2D4D24. Grayscale: #C0C0C0. Windows color (decimal): -2968869 or 14398162. OLE color: 14398162.
HSL color Cylindrical-coordinate representation of color #D2B2DB: hue angle of 286.83º degrees, saturation: 0.36, 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 #D2B2DB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 178 | 219 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.14 |
| HSL | 286.83º | 0.36% | 0.78% | - |
| HSV(B) | 286.83º | 0.19% | 0.86% | - |
| XYZ | 55.28 | 50.66 | 73.88 | - |
| YUV | 192.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 219 | 0.04 | 0.19 | 0 | 0.14 | 286.83 | 0.36 | 0.78 |
| Hex | D2 | B2 | DB | 4 | 13 | 0 | E | 11F | 24 | 4E |
| Octal | 322 | 262 | 333 | 4 | 23 | 0 | 16 | 437 | 44 | 116 |
| Binary | 11010010 | 10110010 | 11011011 | 100 | 10011 | 0 | 1110 | 100011111 | 100100 | 1001110 |
Color Harmonies of #D2B2DB
Complementary color
Monochromatic Colors of #D2B2DB
Black with #D2B2DB
Text Example
Text Example
White with #D2B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2DB; }
p { color: rgb(210,178,219); }
H1.HeaderClassName
{
color: #D2B2DB;
}
.AnyTagClassName
{
color: #D2B2DB;
}
</style>
background-color css
<style>
a { background-color: #D2B2DB; }
a { background-color: rgb(210,178,219); }
div.DivClassName
{
background-color: #D2B2DB;
}
.BgClassName
{
background-color: #D2B2DB;
}
</style>
border-color css
<style>
span { border-color: #D2B2DB; }
span { border-color: rgb(210,178,219); }
td.TdClassName
{
border-color: #D2B2DB;
}
.TagClassName
{
border-color: #D2B2DB;
}
</style>