Shades of Prelude #D3B5E4
Tints of Prelude #D3B5E4
RGB
CMYK
RGB Variations
Color information
#D3B5E4 (or 0xD3B5E4) is known color: Prelude. HEX triplet: D3, B5 and E4. RGB value is (211,181,228). Sum of RGB (Red+Green+Blue) = 211+181+228=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3B5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5E4 is #2C4A1B. Grayscale: #C3C3C3. Windows color (decimal): -2902556 or 14988755. OLE color: 14988755.
HSL color Cylindrical-coordinate representation of color #D3B5E4: hue angle of 278.3º 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 #D3B5E4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 211 | 181 | 228 | - |
CMYK | 0.07 | 0.21 | 0 | 0.11 |
HSL | 278.3º | 0.47% | 0.8% | - |
HSV(B) | 278.3º | 0.21% | 0.89% | - |
XYZ | 57.39 | 52.5 | 80.51 | - |
YUV | 195.33 | 146.44 | 139.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 181 | 228 | 0.07 | 0.21 | 0 | 0.11 | 278.3 | 0.47 | 0.8 |
Hex | D3 | B5 | E4 | 7 | 15 | 0 | B | 116 | 2F | 50 |
Octal | 323 | 265 | 344 | 7 | 25 | 0 | 13 | 426 | 57 | 120 |
Binary | 11010011 | 10110101 | 11100100 | 111 | 10101 | 0 | 1011 | 100010110 | 101111 | 1010000 |
Color Harmonies of #D3B5E4
Complementary color
Monochromatic Colors of #D3B5E4
Black with #D3B5E4
Text Example
Text Example
White with #D3B5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5E4; }
p { color: rgb(211,181,228); }
H1.HeaderClassName
{
color: #D3B5E4;
}
.AnyTagClassName
{
color: #D3B5E4;
}
</style>
background-color css
<style>
a { background-color: #D3B5E4; }
a { background-color: rgb(211,181,228); }
div.DivClassName
{
background-color: #D3B5E4;
}
.BgClassName
{
background-color: #D3B5E4;
}
</style>
border-color css
<style>
span { border-color: #D3B5E4; }
span { border-color: rgb(211,181,228); }
td.TdClassName
{
border-color: #D3B5E4;
}
.TagClassName
{
border-color: #D3B5E4;
}
</style>