Shades of Prelude #D2B0DE
Tints of Prelude #D2B0DE
RGB
CMYK
RGB Variations
Color information
#D2B0DE (or 0xD2B0DE) is known color: Prelude. HEX triplet: D2, B0 and DE. RGB value is (210,176,222). Sum of RGB (Red+Green+Blue) = 210+176+222=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0DE is #2D4F21. Grayscale: #BFBFBF. Windows color (decimal): -2969378 or 14594258. OLE color: 14594258.
HSL color Cylindrical-coordinate representation of color #D2B0DE: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2B0DE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 176 | 222 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.13 |
| HSL | 284.35º | 0.41% | 0.78% | - |
| HSV(B) | 284.35º | 0.21% | 0.87% | - |
| XYZ | 55.29 | 50.03 | 75.85 | - |
| YUV | 191.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 222 | 0.05 | 0.21 | 0 | 0.13 | 284.35 | 0.41 | 0.78 |
| Hex | D2 | B0 | DE | 5 | 15 | 0 | D | 11C | 29 | 4E |
| Octal | 322 | 260 | 336 | 5 | 25 | 0 | 15 | 434 | 51 | 116 |
| Binary | 11010010 | 10110000 | 11011110 | 101 | 10101 | 0 | 1101 | 100011100 | 101001 | 1001110 |
Color Harmonies of #D2B0DE
Complementary color
Monochromatic Colors of #D2B0DE
Black with #D2B0DE
Text Example
Text Example
White with #D2B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0DE; }
p { color: rgb(210,176,222); }
H1.HeaderClassName
{
color: #D2B0DE;
}
.AnyTagClassName
{
color: #D2B0DE;
}
</style>
background-color css
<style>
a { background-color: #D2B0DE; }
a { background-color: rgb(210,176,222); }
div.DivClassName
{
background-color: #D2B0DE;
}
.BgClassName
{
background-color: #D2B0DE;
}
</style>
border-color css
<style>
span { border-color: #D2B0DE; }
span { border-color: rgb(210,176,222); }
td.TdClassName
{
border-color: #D2B0DE;
}
.TagClassName
{
border-color: #D2B0DE;
}
</style>