Shades of Wisteria #D0ADE6
Tints of Wisteria #D0ADE6
RGB
CMYK
RGB Variations
Color information
#D0ADE6 (or 0xD0ADE6) is known color: Wisteria. HEX triplet: D0, AD and E6. RGB value is (208,173,230). Sum of RGB (Red+Green+Blue) = 208+173+230=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADE6 is #2F5219. Grayscale: #BDBDBD. Windows color (decimal): -3101210 or 15117776. OLE color: 15117776.
HSL color Cylindrical-coordinate representation of color #D0ADE6: hue angle of 276.84º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0ADE6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 173 | 230 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.10 |
| HSL | 276.84º | 0.53% | 0.79% | - |
| HSV(B) | 276.84º | 0.25% | 0.9% | - |
| XYZ | 55.24 | 49.01 | 81.41 | - |
| YUV | 189.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 230 | 0.10 | 0.25 | 0 | 0.10 | 276.84 | 0.53 | 0.79 |
| Hex | D0 | AD | E6 | A | 19 | 0 | A | 115 | 35 | 4F |
| Octal | 320 | 255 | 346 | 12 | 31 | 0 | 12 | 425 | 65 | 117 |
| Binary | 11010000 | 10101101 | 11100110 | 1010 | 11001 | 0 | 1010 | 100010101 | 110101 | 1001111 |
Color Harmonies of #D0ADE6
Complementary color
Monochromatic Colors of #D0ADE6
Black with #D0ADE6
Text Example
Text Example
White with #D0ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADE6; }
p { color: rgb(208,173,230); }
H1.HeaderClassName
{
color: #D0ADE6;
}
.AnyTagClassName
{
color: #D0ADE6;
}
</style>
background-color css
<style>
a { background-color: #D0ADE6; }
a { background-color: rgb(208,173,230); }
div.DivClassName
{
background-color: #D0ADE6;
}
.BgClassName
{
background-color: #D0ADE6;
}
</style>
border-color css
<style>
span { border-color: #D0ADE6; }
span { border-color: rgb(208,173,230); }
td.TdClassName
{
border-color: #D0ADE6;
}
.TagClassName
{
border-color: #D0ADE6;
}
</style>