Shades of Prelude #D4B4E9
Tints of Prelude #D4B4E9
RGB
CMYK
RGB Variations
Color information
#D4B4E9 (or 0xD4B4E9) is known color: Prelude. HEX triplet: D4, B4 and E9. RGB value is (212,180,233). Sum of RGB (Red+Green+Blue) = 212+180+233=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4B4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4E9 is #2B4B16. Grayscale: #C3C3C3. Windows color (decimal): -2837271 or 15316180. OLE color: 15316180.
HSL color Cylindrical-coordinate representation of color #D4B4E9: hue angle of 276.23º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B4E9 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 180 | 233 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.09 |
| HSL | 276.23º | 0.55% | 0.81% | - |
| HSV(B) | 276.23º | 0.23% | 0.91% | - |
| XYZ | 58.18 | 52.52 | 84.16 | - |
| YUV | 195.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 233 | 0.09 | 0.23 | 0 | 0.09 | 276.23 | 0.55 | 0.81 |
| Hex | D4 | B4 | E9 | 9 | 17 | 0 | 9 | 114 | 37 | 51 |
| Octal | 324 | 264 | 351 | 11 | 27 | 0 | 11 | 424 | 67 | 121 |
| Binary | 11010100 | 10110100 | 11101001 | 1001 | 10111 | 0 | 1001 | 100010100 | 110111 | 1010001 |
Color Harmonies of #D4B4E9
Complementary color
Monochromatic Colors of #D4B4E9
Black with #D4B4E9
Text Example
Text Example
White with #D4B4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4E9; }
p { color: rgb(212,180,233); }
H1.HeaderClassName
{
color: #D4B4E9;
}
.AnyTagClassName
{
color: #D4B4E9;
}
</style>
background-color css
<style>
a { background-color: #D4B4E9; }
a { background-color: rgb(212,180,233); }
div.DivClassName
{
background-color: #D4B4E9;
}
.BgClassName
{
background-color: #D4B4E9;
}
</style>
border-color css
<style>
span { border-color: #D4B4E9; }
span { border-color: rgb(212,180,233); }
td.TdClassName
{
border-color: #D4B4E9;
}
.TagClassName
{
border-color: #D4B4E9;
}
</style>