Shades of Prelude #D3B4E4
Tints of Prelude #D3B4E4
RGB
CMYK
RGB Variations
Color information
#D3B4E4 (or 0xD3B4E4) is known color: Prelude. HEX triplet: D3, B4 and E4. RGB value is (211,180,228). Sum of RGB (Red+Green+Blue) = 211+180+228=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3B4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4E4 is #2C4B1B. Grayscale: #C2C2C2. Windows color (decimal): -2902812 or 14988499. OLE color: 14988499.
HSL color Cylindrical-coordinate representation of color #D3B4E4: hue angle of 278.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3B4E4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 180 | 228 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.11 |
| HSL | 278.75º | 0.47% | 0.8% | - |
| HSV(B) | 278.75º | 0.21% | 0.89% | - |
| XYZ | 57.19 | 52.09 | 80.44 | - |
| YUV | 194.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 228 | 0.07 | 0.21 | 0 | 0.11 | 278.75 | 0.47 | 0.8 |
| Hex | D3 | B4 | E4 | 7 | 15 | 0 | B | 117 | 2F | 50 |
| Octal | 323 | 264 | 344 | 7 | 25 | 0 | 13 | 427 | 57 | 120 |
| Binary | 11010011 | 10110100 | 11100100 | 111 | 10101 | 0 | 1011 | 100010111 | 101111 | 1010000 |
Color Harmonies of #D3B4E4
Complementary color
Monochromatic Colors of #D3B4E4
Black with #D3B4E4
Text Example
Text Example
White with #D3B4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4E4; }
p { color: rgb(211,180,228); }
H1.HeaderClassName
{
color: #D3B4E4;
}
.AnyTagClassName
{
color: #D3B4E4;
}
</style>
background-color css
<style>
a { background-color: #D3B4E4; }
a { background-color: rgb(211,180,228); }
div.DivClassName
{
background-color: #D3B4E4;
}
.BgClassName
{
background-color: #D3B4E4;
}
</style>
border-color css
<style>
span { border-color: #D3B4E4; }
span { border-color: rgb(211,180,228); }
td.TdClassName
{
border-color: #D3B4E4;
}
.TagClassName
{
border-color: #D3B4E4;
}
</style>