Shades of Plum #D7AEDB
Tints of Plum #D7AEDB
RGB
CMYK
RGB Variations
Color information
#D7AEDB (or 0xD7AEDB) is known color: Plum. HEX triplet: D7, AE and DB. RGB value is (215,174,219). Sum of RGB (Red+Green+Blue) = 215+174+219=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEDB is #285124. Grayscale: #BFBFBF. Windows color (decimal): -2642213 or 14397143. OLE color: 14397143.
HSL color Cylindrical-coordinate representation of color #D7AEDB: hue angle of 294.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AEDB is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 174 | 219 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.14 |
| HSL | 294.67º | 0.38% | 0.77% | - |
| HSV(B) | 294.67º | 0.21% | 0.86% | - |
| XYZ | 55.95 | 49.83 | 73.69 | - |
| YUV | 191.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 174 | 219 | 0.02 | 0.21 | 0 | 0.14 | 294.67 | 0.38 | 0.77 |
| Hex | D7 | AE | DB | 2 | 15 | 0 | E | 127 | 26 | 4D |
| Octal | 327 | 256 | 333 | 2 | 25 | 0 | 16 | 447 | 46 | 115 |
| Binary | 11010111 | 10101110 | 11011011 | 10 | 10101 | 0 | 1110 | 100100111 | 100110 | 1001101 |
Color Harmonies of #D7AEDB
Complementary color
Monochromatic Colors of #D7AEDB
Black with #D7AEDB
Text Example
Text Example
White with #D7AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AEDB; }
p { color: rgb(215,174,219); }
H1.HeaderClassName
{
color: #D7AEDB;
}
.AnyTagClassName
{
color: #D7AEDB;
}
</style>
background-color css
<style>
a { background-color: #D7AEDB; }
a { background-color: rgb(215,174,219); }
div.DivClassName
{
background-color: #D7AEDB;
}
.BgClassName
{
background-color: #D7AEDB;
}
</style>
border-color css
<style>
span { border-color: #D7AEDB; }
span { border-color: rgb(215,174,219); }
td.TdClassName
{
border-color: #D7AEDB;
}
.TagClassName
{
border-color: #D7AEDB;
}
</style>