Shades of Prelude #D0BBDB
Tints of Prelude #D0BBDB
RGB
CMYK
RGB Variations
Color information
#D0BBDB (or 0xD0BBDB) is known color: Prelude. HEX triplet: D0, BB and DB. RGB value is (208,187,219). Sum of RGB (Red+Green+Blue) = 208+187+219=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBDB is #2F4424. Grayscale: #C4C4C4. Windows color (decimal): -3097637 or 14400464. OLE color: 14400464.
HSL color Cylindrical-coordinate representation of color #D0BBDB: hue angle of 279.38º 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 #D0BBDB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 187 | 219 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.14 |
| HSL | 279.38º | 0.31% | 0.8% | - |
| HSV(B) | 279.38º | 0.15% | 0.86% | - |
| XYZ | 56.57 | 54.07 | 74.47 | - |
| YUV | 196.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 219 | 0.05 | 0.15 | 0 | 0.14 | 279.38 | 0.31 | 0.8 |
| Hex | D0 | BB | DB | 5 | F | 0 | E | 117 | 1F | 50 |
| Octal | 320 | 273 | 333 | 5 | 17 | 0 | 16 | 427 | 37 | 120 |
| Binary | 11010000 | 10111011 | 11011011 | 101 | 1111 | 0 | 1110 | 100010111 | 11111 | 1010000 |
Color Harmonies of #D0BBDB
Complementary color
Monochromatic Colors of #D0BBDB
Black with #D0BBDB
Text Example
Text Example
White with #D0BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBDB; }
p { color: rgb(208,187,219); }
H1.HeaderClassName
{
color: #D0BBDB;
}
.AnyTagClassName
{
color: #D0BBDB;
}
</style>
background-color css
<style>
a { background-color: #D0BBDB; }
a { background-color: rgb(208,187,219); }
div.DivClassName
{
background-color: #D0BBDB;
}
.BgClassName
{
background-color: #D0BBDB;
}
</style>
border-color css
<style>
span { border-color: #D0BBDB; }
span { border-color: rgb(208,187,219); }
td.TdClassName
{
border-color: #D0BBDB;
}
.TagClassName
{
border-color: #D0BBDB;
}
</style>