Shades of Wisteria #D0ACE2
Tints of Wisteria #D0ACE2
RGB
CMYK
RGB Variations
Color information
#D0ACE2 (or 0xD0ACE2) is known color: Wisteria. HEX triplet: D0, AC and E2. RGB value is (208,172,226). Sum of RGB (Red+Green+Blue) = 208+172+226=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACE2 is #2F531D. Grayscale: #BCBCBC. Windows color (decimal): -3101470 or 14855376. OLE color: 14855376.
HSL color Cylindrical-coordinate representation of color #D0ACE2: hue angle of 280º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0ACE2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 172 | 226 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.11 |
| HSL | 280º | 0.48% | 0.78% | - |
| HSV(B) | 280º | 0.24% | 0.89% | - |
| XYZ | 54.49 | 48.41 | 78.42 | - |
| YUV | 188.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 226 | 0.08 | 0.24 | 0 | 0.11 | 280 | 0.48 | 0.78 |
| Hex | D0 | AC | E2 | 8 | 18 | 0 | B | 118 | 30 | 4E |
| Octal | 320 | 254 | 342 | 10 | 30 | 0 | 13 | 430 | 60 | 116 |
| Binary | 11010000 | 10101100 | 11100010 | 1000 | 11000 | 0 | 1011 | 100011000 | 110000 | 1001110 |
Color Harmonies of #D0ACE2
Complementary color
Monochromatic Colors of #D0ACE2
Black with #D0ACE2
Text Example
Text Example
White with #D0ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACE2; }
p { color: rgb(208,172,226); }
H1.HeaderClassName
{
color: #D0ACE2;
}
.AnyTagClassName
{
color: #D0ACE2;
}
</style>
background-color css
<style>
a { background-color: #D0ACE2; }
a { background-color: rgb(208,172,226); }
div.DivClassName
{
background-color: #D0ACE2;
}
.BgClassName
{
background-color: #D0ACE2;
}
</style>
border-color css
<style>
span { border-color: #D0ACE2; }
span { border-color: rgb(208,172,226); }
td.TdClassName
{
border-color: #D0ACE2;
}
.TagClassName
{
border-color: #D0ACE2;
}
</style>