Shades of Prelude #D4B2DD
Tints of Prelude #D4B2DD
RGB
CMYK
RGB Variations
Color information
#D4B2DD (or 0xD4B2DD) is known color: Prelude. HEX triplet: D4, B2 and DD. RGB value is (212,178,221). Sum of RGB (Red+Green+Blue) = 212+178+221=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2DD is #2B4D22. Grayscale: #C0C0C0. Windows color (decimal): -2837795 or 14529236. OLE color: 14529236.
HSL color Cylindrical-coordinate representation of color #D4B2DD: hue angle of 287.44º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4B2DD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 178 | 221 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.13 |
| HSL | 287.44º | 0.39% | 0.78% | - |
| HSV(B) | 287.44º | 0.19% | 0.87% | - |
| XYZ | 56.12 | 51.06 | 75.3 | - |
| YUV | 193.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 221 | 0.04 | 0.19 | 0 | 0.13 | 287.44 | 0.39 | 0.78 |
| Hex | D4 | B2 | DD | 4 | 13 | 0 | D | 11F | 27 | 4E |
| Octal | 324 | 262 | 335 | 4 | 23 | 0 | 15 | 437 | 47 | 116 |
| Binary | 11010100 | 10110010 | 11011101 | 100 | 10011 | 0 | 1101 | 100011111 | 100111 | 1001110 |
Color Harmonies of #D4B2DD
Complementary color
Monochromatic Colors of #D4B2DD
Black with #D4B2DD
Text Example
Text Example
White with #D4B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2DD; }
p { color: rgb(212,178,221); }
H1.HeaderClassName
{
color: #D4B2DD;
}
.AnyTagClassName
{
color: #D4B2DD;
}
</style>
background-color css
<style>
a { background-color: #D4B2DD; }
a { background-color: rgb(212,178,221); }
div.DivClassName
{
background-color: #D4B2DD;
}
.BgClassName
{
background-color: #D4B2DD;
}
</style>
border-color css
<style>
span { border-color: #D4B2DD; }
span { border-color: rgb(212,178,221); }
td.TdClassName
{
border-color: #D4B2DD;
}
.TagClassName
{
border-color: #D4B2DD;
}
</style>