Shades of Prelude #D4B5E7
Tints of Prelude #D4B5E7
RGB
CMYK
RGB Variations
Color information
#D4B5E7 (or 0xD4B5E7) is known color: Prelude. HEX triplet: D4, B5 and E7. RGB value is (212,181,231). Sum of RGB (Red+Green+Blue) = 212+181+231=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4B5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5E7 is #2B4A18. Grayscale: #C3C3C3. Windows color (decimal): -2837017 or 15185364. OLE color: 15185364.
HSL color Cylindrical-coordinate representation of color #D4B5E7: hue angle of 277.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B5E7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 181 | 231 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.09 |
| HSL | 277.2º | 0.51% | 0.81% | - |
| HSV(B) | 277.2º | 0.22% | 0.91% | - |
| XYZ | 58.1 | 52.81 | 82.73 | - |
| YUV | 195.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 231 | 0.08 | 0.22 | 0 | 0.09 | 277.2 | 0.51 | 0.81 |
| Hex | D4 | B5 | E7 | 8 | 16 | 0 | 9 | 115 | 33 | 51 |
| Octal | 324 | 265 | 347 | 10 | 26 | 0 | 11 | 425 | 63 | 121 |
| Binary | 11010100 | 10110101 | 11100111 | 1000 | 10110 | 0 | 1001 | 100010101 | 110011 | 1010001 |
Color Harmonies of #D4B5E7
Complementary color
Monochromatic Colors of #D4B5E7
Black with #D4B5E7
Text Example
Text Example
White with #D4B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5E7; }
p { color: rgb(212,181,231); }
H1.HeaderClassName
{
color: #D4B5E7;
}
.AnyTagClassName
{
color: #D4B5E7;
}
</style>
background-color css
<style>
a { background-color: #D4B5E7; }
a { background-color: rgb(212,181,231); }
div.DivClassName
{
background-color: #D4B5E7;
}
.BgClassName
{
background-color: #D4B5E7;
}
</style>
border-color css
<style>
span { border-color: #D4B5E7; }
span { border-color: rgb(212,181,231); }
td.TdClassName
{
border-color: #D4B5E7;
}
.TagClassName
{
border-color: #D4B5E7;
}
</style>