Shades of Prelude #D2BBDB
Tints of Prelude #D2BBDB
RGB
CMYK
RGB Variations
Color information
#D2BBDB (or 0xD2BBDB) is known color: Prelude. HEX triplet: D2, BB and DB. RGB value is (210,187,219). Sum of RGB (Red+Green+Blue) = 210+187+219=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBDB is #2D4424. Grayscale: #C5C5C5. Windows color (decimal): -2966565 or 14400466. OLE color: 14400466.
HSL color Cylindrical-coordinate representation of color #D2BBDB: hue angle of 283.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BBDB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 187 | 219 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.14 |
| HSL | 283.13º | 0.31% | 0.8% | - |
| HSV(B) | 283.13º | 0.15% | 0.86% | - |
| XYZ | 57.13 | 54.36 | 74.5 | - |
| YUV | 197.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 219 | 0.04 | 0.15 | 0 | 0.14 | 283.13 | 0.31 | 0.8 |
| Hex | D2 | BB | DB | 4 | F | 0 | E | 11B | 1F | 50 |
| Octal | 322 | 273 | 333 | 4 | 17 | 0 | 16 | 433 | 37 | 120 |
| Binary | 11010010 | 10111011 | 11011011 | 100 | 1111 | 0 | 1110 | 100011011 | 11111 | 1010000 |
Color Harmonies of #D2BBDB
Complementary color
Monochromatic Colors of #D2BBDB
Black with #D2BBDB
Text Example
Text Example
White with #D2BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBDB; }
p { color: rgb(210,187,219); }
H1.HeaderClassName
{
color: #D2BBDB;
}
.AnyTagClassName
{
color: #D2BBDB;
}
</style>
background-color css
<style>
a { background-color: #D2BBDB; }
a { background-color: rgb(210,187,219); }
div.DivClassName
{
background-color: #D2BBDB;
}
.BgClassName
{
background-color: #D2BBDB;
}
</style>
border-color css
<style>
span { border-color: #D2BBDB; }
span { border-color: rgb(210,187,219); }
td.TdClassName
{
border-color: #D2BBDB;
}
.TagClassName
{
border-color: #D2BBDB;
}
</style>