Shades of Prelude #D3B6E4
Tints of Prelude #D3B6E4
RGB
CMYK
RGB Variations
Color information
#D3B6E4 (or 0xD3B6E4) is known color: Prelude. HEX triplet: D3, B6 and E4. RGB value is (211,182,228). Sum of RGB (Red+Green+Blue) = 211+182+228=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B6E4 is #2C491B. Grayscale: #C3C3C3. Windows color (decimal): -2902300 or 14989011. OLE color: 14989011.
HSL color Cylindrical-coordinate representation of color #D3B6E4: hue angle of 277.83º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3B6E4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 182 | 228 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.11 |
| HSL | 277.83º | 0.46% | 0.8% | - |
| HSV(B) | 277.83º | 0.2% | 0.89% | - |
| XYZ | 57.6 | 52.91 | 80.58 | - |
| YUV | 195.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 228 | 0.07 | 0.20 | 0 | 0.11 | 277.83 | 0.46 | 0.8 |
| Hex | D3 | B6 | E4 | 7 | 14 | 0 | B | 116 | 2E | 50 |
| Octal | 323 | 266 | 344 | 7 | 24 | 0 | 13 | 426 | 56 | 120 |
| Binary | 11010011 | 10110110 | 11100100 | 111 | 10100 | 0 | 1011 | 100010110 | 101110 | 1010000 |
Color Harmonies of #D3B6E4
Complementary color
Monochromatic Colors of #D3B6E4
Black with #D3B6E4
Text Example
Text Example
White with #D3B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B6E4; }
p { color: rgb(211,182,228); }
H1.HeaderClassName
{
color: #D3B6E4;
}
.AnyTagClassName
{
color: #D3B6E4;
}
</style>
background-color css
<style>
a { background-color: #D3B6E4; }
a { background-color: rgb(211,182,228); }
div.DivClassName
{
background-color: #D3B6E4;
}
.BgClassName
{
background-color: #D3B6E4;
}
</style>
border-color css
<style>
span { border-color: #D3B6E4; }
span { border-color: rgb(211,182,228); }
td.TdClassName
{
border-color: #D3B6E4;
}
.TagClassName
{
border-color: #D3B6E4;
}
</style>