Shades of Prelude #D4B0E7
Tints of Prelude #D4B0E7
RGB
CMYK
RGB Variations
Color information
#D4B0E7 (or 0xD4B0E7) is known color: Prelude. HEX triplet: D4, B0 and E7. RGB value is (212,176,231). Sum of RGB (Red+Green+Blue) = 212+176+231=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4B0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0E7 is #2B4F18. Grayscale: #C0C0C0. Windows color (decimal): -2838297 or 15184084. OLE color: 15184084.
HSL color Cylindrical-coordinate representation of color #D4B0E7: hue angle of 279.27º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B0E7 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 176 | 231 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.09 |
| HSL | 279.27º | 0.53% | 0.8% | - |
| HSV(B) | 279.27º | 0.24% | 0.91% | - |
| XYZ | 57.1 | 50.82 | 82.4 | - |
| YUV | 193.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 231 | 0.08 | 0.24 | 0 | 0.09 | 279.27 | 0.53 | 0.8 |
| Hex | D4 | B0 | E7 | 8 | 18 | 0 | 9 | 117 | 35 | 50 |
| Octal | 324 | 260 | 347 | 10 | 30 | 0 | 11 | 427 | 65 | 120 |
| Binary | 11010100 | 10110000 | 11100111 | 1000 | 11000 | 0 | 1001 | 100010111 | 110101 | 1010000 |
Color Harmonies of #D4B0E7
Complementary color
Monochromatic Colors of #D4B0E7
Black with #D4B0E7
Text Example
Text Example
White with #D4B0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0E7; }
p { color: rgb(212,176,231); }
H1.HeaderClassName
{
color: #D4B0E7;
}
.AnyTagClassName
{
color: #D4B0E7;
}
</style>
background-color css
<style>
a { background-color: #D4B0E7; }
a { background-color: rgb(212,176,231); }
div.DivClassName
{
background-color: #D4B0E7;
}
.BgClassName
{
background-color: #D4B0E7;
}
</style>
border-color css
<style>
span { border-color: #D4B0E7; }
span { border-color: rgb(212,176,231); }
td.TdClassName
{
border-color: #D4B0E7;
}
.TagClassName
{
border-color: #D4B0E7;
}
</style>