Shades of Prelude #D2B8DD
Tints of Prelude #D2B8DD
RGB
CMYK
RGB Variations
Color information
#D2B8DD (or 0xD2B8DD) is known color: Prelude. HEX triplet: D2, B8 and DD. RGB value is (210,184,221). Sum of RGB (Red+Green+Blue) = 210+184+221=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8DD is #2D4722. Grayscale: #C3C3C3. Windows color (decimal): -2967331 or 14530770. OLE color: 14530770.
HSL color Cylindrical-coordinate representation of color #D2B8DD: hue angle of 282.16º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B8DD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 184 | 221 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.13 |
| HSL | 282.16º | 0.35% | 0.79% | - |
| HSV(B) | 282.16º | 0.17% | 0.87% | - |
| XYZ | 56.77 | 53.2 | 75.68 | - |
| YUV | 195.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 221 | 0.05 | 0.17 | 0 | 0.13 | 282.16 | 0.35 | 0.79 |
| Hex | D2 | B8 | DD | 5 | 11 | 0 | D | 11A | 23 | 4F |
| Octal | 322 | 270 | 335 | 5 | 21 | 0 | 15 | 432 | 43 | 117 |
| Binary | 11010010 | 10111000 | 11011101 | 101 | 10001 | 0 | 1101 | 100011010 | 100011 | 1001111 |
Color Harmonies of #D2B8DD
Complementary color
Monochromatic Colors of #D2B8DD
Black with #D2B8DD
Text Example
Text Example
White with #D2B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8DD; }
p { color: rgb(210,184,221); }
H1.HeaderClassName
{
color: #D2B8DD;
}
.AnyTagClassName
{
color: #D2B8DD;
}
</style>
background-color css
<style>
a { background-color: #D2B8DD; }
a { background-color: rgb(210,184,221); }
div.DivClassName
{
background-color: #D2B8DD;
}
.BgClassName
{
background-color: #D2B8DD;
}
</style>
border-color css
<style>
span { border-color: #D2B8DD; }
span { border-color: rgb(210,184,221); }
td.TdClassName
{
border-color: #D2B8DD;
}
.TagClassName
{
border-color: #D2B8DD;
}
</style>