Shades of Prelude #D2B5D8
Tints of Prelude #D2B5D8
RGB
CMYK
RGB Variations
Color information
#D2B5D8 (or 0xD2B5D8) is known color: Prelude. HEX triplet: D2, B5 and D8. RGB value is (210,181,216). Sum of RGB (Red+Green+Blue) = 210+181+216=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2B5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5D8 is #2D4A27. Grayscale: #C1C1C1. Windows color (decimal): -2968104 or 14202322. OLE color: 14202322.
HSL color Cylindrical-coordinate representation of color #D2B5D8: hue angle of 289.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B5D8 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 181 | 216 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.15 |
| HSL | 289.71º | 0.31% | 0.78% | - |
| HSV(B) | 289.71º | 0.16% | 0.85% | - |
| XYZ | 55.5 | 51.71 | 72.02 | - |
| YUV | 193.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 216 | 0.03 | 0.16 | 0 | 0.15 | 289.71 | 0.31 | 0.78 |
| Hex | D2 | B5 | D8 | 3 | 10 | 0 | F | 122 | 1F | 4E |
| Octal | 322 | 265 | 330 | 3 | 20 | 0 | 17 | 442 | 37 | 116 |
| Binary | 11010010 | 10110101 | 11011000 | 11 | 10000 | 0 | 1111 | 100100010 | 11111 | 1001110 |
Color Harmonies of #D2B5D8
Complementary color
Monochromatic Colors of #D2B5D8
Black with #D2B5D8
Text Example
Text Example
White with #D2B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5D8; }
p { color: rgb(210,181,216); }
H1.HeaderClassName
{
color: #D2B5D8;
}
.AnyTagClassName
{
color: #D2B5D8;
}
</style>
background-color css
<style>
a { background-color: #D2B5D8; }
a { background-color: rgb(210,181,216); }
div.DivClassName
{
background-color: #D2B5D8;
}
.BgClassName
{
background-color: #D2B5D8;
}
</style>
border-color css
<style>
span { border-color: #D2B5D8; }
span { border-color: rgb(210,181,216); }
td.TdClassName
{
border-color: #D2B5D8;
}
.TagClassName
{
border-color: #D2B5D8;
}
</style>