Shades of Wisteria #D2ABEA
Tints of Wisteria #D2ABEA
RGB
CMYK
RGB Variations
Color information
#D2ABEA (or 0xD2ABEA) is known color: Wisteria. HEX triplet: D2, AB and EA. RGB value is (210,171,234). Sum of RGB (Red+Green+Blue) = 210+171+234=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABEA is #2D5415. Grayscale: #BDBDBD. Windows color (decimal): -2970646 or 15379410. OLE color: 15379410.
HSL color Cylindrical-coordinate representation of color #D2ABEA: hue angle of 277.14º 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 #D2ABEA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 171 | 234 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.08 |
| HSL | 277.14º | 0.6% | 0.79% | - |
| HSV(B) | 277.14º | 0.27% | 0.92% | - |
| XYZ | 55.99 | 48.77 | 84.3 | - |
| YUV | 189.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 234 | 0.10 | 0.27 | 0 | 0.08 | 277.14 | 0.6 | 0.79 |
| Hex | D2 | AB | EA | A | 1B | 0 | 8 | 115 | 3C | 4F |
| Octal | 322 | 253 | 352 | 12 | 33 | 0 | 10 | 425 | 74 | 117 |
| Binary | 11010010 | 10101011 | 11101010 | 1010 | 11011 | 0 | 1000 | 100010101 | 111100 | 1001111 |
Color Harmonies of #D2ABEA
Complementary color
Monochromatic Colors of #D2ABEA
Black with #D2ABEA
Text Example
Text Example
White with #D2ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABEA; }
p { color: rgb(210,171,234); }
H1.HeaderClassName
{
color: #D2ABEA;
}
.AnyTagClassName
{
color: #D2ABEA;
}
</style>
background-color css
<style>
a { background-color: #D2ABEA; }
a { background-color: rgb(210,171,234); }
div.DivClassName
{
background-color: #D2ABEA;
}
.BgClassName
{
background-color: #D2ABEA;
}
</style>
border-color css
<style>
span { border-color: #D2ABEA; }
span { border-color: rgb(210,171,234); }
td.TdClassName
{
border-color: #D2ABEA;
}
.TagClassName
{
border-color: #D2ABEA;
}
</style>