Shades of Prelude #D4B0DC
Tints of Prelude #D4B0DC
RGB
CMYK
RGB Variations
Color information
#D4B0DC (or 0xD4B0DC) is known color: Prelude. HEX triplet: D4, B0 and DC. RGB value is (212,176,220). Sum of RGB (Red+Green+Blue) = 212+176+220=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0DC is #2B4F23. Grayscale: #BFBFBF. Windows color (decimal): -2838308 or 14463188. OLE color: 14463188.
HSL color Cylindrical-coordinate representation of color #D4B0DC: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4B0DC is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 176 | 220 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.14 |
| HSL | 289.09º | 0.39% | 0.78% | - |
| HSV(B) | 289.09º | 0.2% | 0.86% | - |
| XYZ | 55.59 | 50.22 | 74.47 | - |
| YUV | 191.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 220 | 0.04 | 0.2 | 0 | 0.14 | 289.09 | 0.39 | 0.78 |
| Hex | D4 | B0 | DC | 4 | 14 | 0 | E | 121 | 27 | 4E |
| Octal | 324 | 260 | 334 | 4 | 24 | 0 | 16 | 441 | 47 | 116 |
| Binary | 11010100 | 10110000 | 11011100 | 100 | 10100 | 0 | 1110 | 100100001 | 100111 | 1001110 |
Color Harmonies of #D4B0DC
Complementary color
Monochromatic Colors of #D4B0DC
Black with #D4B0DC
Text Example
Text Example
White with #D4B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0DC; }
p { color: rgb(212,176,220); }
H1.HeaderClassName
{
color: #D4B0DC;
}
.AnyTagClassName
{
color: #D4B0DC;
}
</style>
background-color css
<style>
a { background-color: #D4B0DC; }
a { background-color: rgb(212,176,220); }
div.DivClassName
{
background-color: #D4B0DC;
}
.BgClassName
{
background-color: #D4B0DC;
}
</style>
border-color css
<style>
span { border-color: #D4B0DC; }
span { border-color: rgb(212,176,220); }
td.TdClassName
{
border-color: #D4B0DC;
}
.TagClassName
{
border-color: #D4B0DC;
}
</style>