Shades of Prelude #D2B0DD
Tints of Prelude #D2B0DD
RGB
CMYK
RGB Variations
Color information
#D2B0DD (or 0xD2B0DD) is known color: Prelude. HEX triplet: D2, B0 and DD. RGB value is (210,176,221). Sum of RGB (Red+Green+Blue) = 210+176+221=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0DD is #2D4F22. Grayscale: #BFBFBF. Windows color (decimal): -2969379 or 14528722. OLE color: 14528722.
HSL color Cylindrical-coordinate representation of color #D2B0DD: hue angle of 285.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B0DD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 176 | 221 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 285.33º | 0.4% | 0.78% | - |
| HSV(B) | 285.33º | 0.2% | 0.87% | - |
| XYZ | 55.15 | 49.97 | 75.15 | - |
| YUV | 191.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 221 | 0.05 | 0.20 | 0 | 0.13 | 285.33 | 0.4 | 0.78 |
| Hex | D2 | B0 | DD | 5 | 14 | 0 | D | 11D | 28 | 4E |
| Octal | 322 | 260 | 335 | 5 | 24 | 0 | 15 | 435 | 50 | 116 |
| Binary | 11010010 | 10110000 | 11011101 | 101 | 10100 | 0 | 1101 | 100011101 | 101000 | 1001110 |
Color Harmonies of #D2B0DD
Complementary color
Monochromatic Colors of #D2B0DD
Black with #D2B0DD
Text Example
Text Example
White with #D2B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0DD; }
p { color: rgb(210,176,221); }
H1.HeaderClassName
{
color: #D2B0DD;
}
.AnyTagClassName
{
color: #D2B0DD;
}
</style>
background-color css
<style>
a { background-color: #D2B0DD; }
a { background-color: rgb(210,176,221); }
div.DivClassName
{
background-color: #D2B0DD;
}
.BgClassName
{
background-color: #D2B0DD;
}
</style>
border-color css
<style>
span { border-color: #D2B0DD; }
span { border-color: rgb(210,176,221); }
td.TdClassName
{
border-color: #D2B0DD;
}
.TagClassName
{
border-color: #D2B0DD;
}
</style>