Shades of Prelude #D2B8D9
Tints of Prelude #D2B8D9
RGB
CMYK
RGB Variations
Color information
#D2B8D9 (or 0xD2B8D9) is known color: Prelude. HEX triplet: D2, B8 and D9. RGB value is (210,184,217). Sum of RGB (Red+Green+Blue) = 210+184+217=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2B8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8D9 is #2D4726. Grayscale: #C3C3C3. Windows color (decimal): -2967335 or 14268626. OLE color: 14268626.
HSL color Cylindrical-coordinate representation of color #D2B8D9: hue angle of 287.27º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B8D9 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 184 | 217 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.15 |
| HSL | 287.27º | 0.3% | 0.79% | - |
| HSV(B) | 287.27º | 0.15% | 0.85% | - |
| XYZ | 56.24 | 52.99 | 72.91 | - |
| YUV | 195.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 217 | 0.03 | 0.15 | 0 | 0.15 | 287.27 | 0.3 | 0.79 |
| Hex | D2 | B8 | D9 | 3 | F | 0 | F | 11F | 1E | 4F |
| Octal | 322 | 270 | 331 | 3 | 17 | 0 | 17 | 437 | 36 | 117 |
| Binary | 11010010 | 10111000 | 11011001 | 11 | 1111 | 0 | 1111 | 100011111 | 11110 | 1001111 |
Color Harmonies of #D2B8D9
Complementary color
Monochromatic Colors of #D2B8D9
Black with #D2B8D9
Text Example
Text Example
White with #D2B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8D9; }
p { color: rgb(210,184,217); }
H1.HeaderClassName
{
color: #D2B8D9;
}
.AnyTagClassName
{
color: #D2B8D9;
}
</style>
background-color css
<style>
a { background-color: #D2B8D9; }
a { background-color: rgb(210,184,217); }
div.DivClassName
{
background-color: #D2B8D9;
}
.BgClassName
{
background-color: #D2B8D9;
}
</style>
border-color css
<style>
span { border-color: #D2B8D9; }
span { border-color: rgb(210,184,217); }
td.TdClassName
{
border-color: #D2B8D9;
}
.TagClassName
{
border-color: #D2B8D9;
}
</style>