Shades of Prelude #D0BDDD
Tints of Prelude #D0BDDD
RGB
CMYK
RGB Variations
Color information
#D0BDDD (or 0xD0BDDD) is known color: Prelude. HEX triplet: D0, BD and DD. RGB value is (208,189,221). Sum of RGB (Red+Green+Blue) = 208+189+221=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDDD is #2F4222. Grayscale: #C6C6C6. Windows color (decimal): -3097123 or 14532048. OLE color: 14532048.
HSL color Cylindrical-coordinate representation of color #D0BDDD: hue angle of 275.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BDDD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 189 | 221 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.13 |
| HSL | 275.63º | 0.32% | 0.8% | - |
| HSV(B) | 275.63º | 0.14% | 0.87% | - |
| XYZ | 57.26 | 55.03 | 76.01 | - |
| YUV | 198.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 221 | 0.06 | 0.14 | 0 | 0.13 | 275.63 | 0.32 | 0.8 |
| Hex | D0 | BD | DD | 6 | E | 0 | D | 114 | 20 | 50 |
| Octal | 320 | 275 | 335 | 6 | 16 | 0 | 15 | 424 | 40 | 120 |
| Binary | 11010000 | 10111101 | 11011101 | 110 | 1110 | 0 | 1101 | 100010100 | 100000 | 1010000 |
Color Harmonies of #D0BDDD
Complementary color
Monochromatic Colors of #D0BDDD
Black with #D0BDDD
Text Example
Text Example
White with #D0BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDDD; }
p { color: rgb(208,189,221); }
H1.HeaderClassName
{
color: #D0BDDD;
}
.AnyTagClassName
{
color: #D0BDDD;
}
</style>
background-color css
<style>
a { background-color: #D0BDDD; }
a { background-color: rgb(208,189,221); }
div.DivClassName
{
background-color: #D0BDDD;
}
.BgClassName
{
background-color: #D0BDDD;
}
</style>
border-color css
<style>
span { border-color: #D0BDDD; }
span { border-color: rgb(208,189,221); }
td.TdClassName
{
border-color: #D0BDDD;
}
.TagClassName
{
border-color: #D0BDDD;
}
</style>