Shades of Prelude #D2B5DA
Tints of Prelude #D2B5DA
RGB
CMYK
RGB Variations
Color information
#D2B5DA (or 0xD2B5DA) is known color: Prelude. HEX triplet: D2, B5 and DA. RGB value is (210,181,218). Sum of RGB (Red+Green+Blue) = 210+181+218=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5DA is #2D4A25. Grayscale: #C1C1C1. Windows color (decimal): -2968102 or 14333394. OLE color: 14333394.
HSL color Cylindrical-coordinate representation of color #D2B5DA: hue angle of 287.03º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B5DA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 181 | 218 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.15 |
| HSL | 287.03º | 0.33% | 0.78% | - |
| HSV(B) | 287.03º | 0.17% | 0.85% | - |
| XYZ | 55.76 | 51.81 | 73.39 | - |
| YUV | 193.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 218 | 0.04 | 0.17 | 0 | 0.15 | 287.03 | 0.33 | 0.78 |
| Hex | D2 | B5 | DA | 4 | 11 | 0 | F | 11F | 21 | 4E |
| Octal | 322 | 265 | 332 | 4 | 21 | 0 | 17 | 437 | 41 | 116 |
| Binary | 11010010 | 10110101 | 11011010 | 100 | 10001 | 0 | 1111 | 100011111 | 100001 | 1001110 |
Color Harmonies of #D2B5DA
Complementary color
Monochromatic Colors of #D2B5DA
Black with #D2B5DA
Text Example
Text Example
White with #D2B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5DA; }
p { color: rgb(210,181,218); }
H1.HeaderClassName
{
color: #D2B5DA;
}
.AnyTagClassName
{
color: #D2B5DA;
}
</style>
background-color css
<style>
a { background-color: #D2B5DA; }
a { background-color: rgb(210,181,218); }
div.DivClassName
{
background-color: #D2B5DA;
}
.BgClassName
{
background-color: #D2B5DA;
}
</style>
border-color css
<style>
span { border-color: #D2B5DA; }
span { border-color: rgb(210,181,218); }
td.TdClassName
{
border-color: #D2B5DA;
}
.TagClassName
{
border-color: #D2B5DA;
}
</style>