Shades of Wisteria #DAABEA
Tints of Wisteria #DAABEA
RGB
CMYK
RGB Variations
Color information
#DAABEA (or 0xDAABEA) is known color: Wisteria. HEX triplet: DA, AB and EA. RGB value is (218,171,234). Sum of RGB (Red+Green+Blue) = 218+171+234=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABEA is #255415. Grayscale: #C0C0C0. Windows color (decimal): -2446358 or 15379418. OLE color: 15379418.
HSL color Cylindrical-coordinate representation of color #DAABEA: hue angle of 284.76º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAABEA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 171 | 234 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.08 |
| HSL | 284.76º | 0.6% | 0.79% | - |
| HSV(B) | 284.76º | 0.27% | 0.92% | - |
| XYZ | 58.33 | 49.97 | 84.41 | - |
| YUV | 192.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 234 | 0.07 | 0.27 | 0 | 0.08 | 284.76 | 0.6 | 0.79 |
| Hex | DA | AB | EA | 7 | 1B | 0 | 8 | 11D | 3C | 4F |
| Octal | 332 | 253 | 352 | 7 | 33 | 0 | 10 | 435 | 74 | 117 |
| Binary | 11011010 | 10101011 | 11101010 | 111 | 11011 | 0 | 1000 | 100011101 | 111100 | 1001111 |
Color Harmonies of #DAABEA
Complementary color
Monochromatic Colors of #DAABEA
Black with #DAABEA
Text Example
Text Example
White with #DAABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABEA; }
p { color: rgb(218,171,234); }
H1.HeaderClassName
{
color: #DAABEA;
}
.AnyTagClassName
{
color: #DAABEA;
}
</style>
background-color css
<style>
a { background-color: #DAABEA; }
a { background-color: rgb(218,171,234); }
div.DivClassName
{
background-color: #DAABEA;
}
.BgClassName
{
background-color: #DAABEA;
}
</style>
border-color css
<style>
span { border-color: #DAABEA; }
span { border-color: rgb(218,171,234); }
td.TdClassName
{
border-color: #DAABEA;
}
.TagClassName
{
border-color: #DAABEA;
}
</style>