Shades of Wisteria #D5ADEA
Tints of Wisteria #D5ADEA
RGB
CMYK
RGB Variations
Color information
#D5ADEA (or 0xD5ADEA) is known color: Wisteria. HEX triplet: D5, AD and EA. RGB value is (213,173,234). Sum of RGB (Red+Green+Blue) = 213+173+234=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEA is #2A5215. Grayscale: #BFBFBF. Windows color (decimal): -2773526 or 15379925. OLE color: 15379925.
HSL color Cylindrical-coordinate representation of color #D5ADEA: hue angle of 279.34º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5ADEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 173 | 234 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.08 |
| HSL | 279.34º | 0.59% | 0.8% | - |
| HSV(B) | 279.34º | 0.26% | 0.92% | - |
| XYZ | 57.24 | 49.97 | 84.47 | - |
| YUV | 191.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 234 | 0.09 | 0.26 | 0 | 0.08 | 279.34 | 0.59 | 0.8 |
| Hex | D5 | AD | EA | 9 | 1A | 0 | 8 | 117 | 3B | 50 |
| Octal | 325 | 255 | 352 | 11 | 32 | 0 | 10 | 427 | 73 | 120 |
| Binary | 11010101 | 10101101 | 11101010 | 1001 | 11010 | 0 | 1000 | 100010111 | 111011 | 1010000 |
Color Harmonies of #D5ADEA
Complementary color
Monochromatic Colors of #D5ADEA
Black with #D5ADEA
Text Example
Text Example
White with #D5ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADEA; }
p { color: rgb(213,173,234); }
H1.HeaderClassName
{
color: #D5ADEA;
}
.AnyTagClassName
{
color: #D5ADEA;
}
</style>
background-color css
<style>
a { background-color: #D5ADEA; }
a { background-color: rgb(213,173,234); }
div.DivClassName
{
background-color: #D5ADEA;
}
.BgClassName
{
background-color: #D5ADEA;
}
</style>
border-color css
<style>
span { border-color: #D5ADEA; }
span { border-color: rgb(213,173,234); }
td.TdClassName
{
border-color: #D5ADEA;
}
.TagClassName
{
border-color: #D5ADEA;
}
</style>