Shades of Prelude #D2ABDB
Tints of Prelude #D2ABDB
RGB
CMYK
RGB Variations
Color information
#D2ABDB (or 0xD2ABDB) is known color: Prelude. HEX triplet: D2, AB and DB. RGB value is (210,171,219). Sum of RGB (Red+Green+Blue) = 210+171+219=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDB is #2D5424. Grayscale: #BBBBBB. Windows color (decimal): -2970661 or 14396370. OLE color: 14396370.
HSL color Cylindrical-coordinate representation of color #D2ABDB: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ABDB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 171 | 219 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.14 |
| HSL | 288.75º | 0.4% | 0.76% | - |
| HSV(B) | 288.75º | 0.22% | 0.86% | - |
| XYZ | 53.93 | 47.94 | 73.43 | - |
| YUV | 188.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 219 | 0.04 | 0.22 | 0 | 0.14 | 288.75 | 0.4 | 0.76 |
| Hex | D2 | AB | DB | 4 | 16 | 0 | E | 121 | 28 | 4C |
| Octal | 322 | 253 | 333 | 4 | 26 | 0 | 16 | 441 | 50 | 114 |
| Binary | 11010010 | 10101011 | 11011011 | 100 | 10110 | 0 | 1110 | 100100001 | 101000 | 1001100 |
Color Harmonies of #D2ABDB
Complementary color
Monochromatic Colors of #D2ABDB
Black with #D2ABDB
Text Example
Text Example
White with #D2ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABDB; }
p { color: rgb(210,171,219); }
H1.HeaderClassName
{
color: #D2ABDB;
}
.AnyTagClassName
{
color: #D2ABDB;
}
</style>
background-color css
<style>
a { background-color: #D2ABDB; }
a { background-color: rgb(210,171,219); }
div.DivClassName
{
background-color: #D2ABDB;
}
.BgClassName
{
background-color: #D2ABDB;
}
</style>
border-color css
<style>
span { border-color: #D2ABDB; }
span { border-color: rgb(210,171,219); }
td.TdClassName
{
border-color: #D2ABDB;
}
.TagClassName
{
border-color: #D2ABDB;
}
</style>