Shades of Prelude #D4B9DD
Tints of Prelude #D4B9DD
RGB
CMYK
RGB Variations
Color information
#D4B9DD (or 0xD4B9DD) is known color: Prelude. HEX triplet: D4, B9 and DD. RGB value is (212,185,221). Sum of RGB (Red+Green+Blue) = 212+185+221=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9DD is #2B4622. Grayscale: #C5C5C5. Windows color (decimal): -2836003 or 14531028. OLE color: 14531028.
HSL color Cylindrical-coordinate representation of color #D4B9DD: hue angle of 285º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B9DD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 185 | 221 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 285º | 0.35% | 0.8% | - |
| HSV(B) | 285º | 0.16% | 0.87% | - |
| XYZ | 57.55 | 53.92 | 75.78 | - |
| YUV | 197.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 221 | 0.04 | 0.16 | 0 | 0.13 | 285 | 0.35 | 0.8 |
| Hex | D4 | B9 | DD | 4 | 10 | 0 | D | 11D | 23 | 50 |
| Octal | 324 | 271 | 335 | 4 | 20 | 0 | 15 | 435 | 43 | 120 |
| Binary | 11010100 | 10111001 | 11011101 | 100 | 10000 | 0 | 1101 | 100011101 | 100011 | 1010000 |
Color Harmonies of #D4B9DD
Complementary color
Monochromatic Colors of #D4B9DD
Black with #D4B9DD
Text Example
Text Example
White with #D4B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9DD; }
p { color: rgb(212,185,221); }
H1.HeaderClassName
{
color: #D4B9DD;
}
.AnyTagClassName
{
color: #D4B9DD;
}
</style>
background-color css
<style>
a { background-color: #D4B9DD; }
a { background-color: rgb(212,185,221); }
div.DivClassName
{
background-color: #D4B9DD;
}
.BgClassName
{
background-color: #D4B9DD;
}
</style>
border-color css
<style>
span { border-color: #D4B9DD; }
span { border-color: rgb(212,185,221); }
td.TdClassName
{
border-color: #D4B9DD;
}
.TagClassName
{
border-color: #D4B9DD;
}
</style>