Shades of Wisteria #D29EDE
Tints of Wisteria #D29EDE
RGB
CMYK
RGB Variations
Color information
#D29EDE (or 0xD29EDE) is known color: Wisteria. HEX triplet: D2, 9E and DE. RGB value is (210,158,222). Sum of RGB (Red+Green+Blue) = 210+158+222=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EDE is #2D6121. Grayscale: #B4B4B4. Windows color (decimal): -2973986 or 14589650. OLE color: 14589650.
HSL color Cylindrical-coordinate representation of color #D29EDE: hue angle of 288.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29EDE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 158 | 222 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.13 |
| HSL | 288.75º | 0.49% | 0.75% | - |
| HSV(B) | 288.75º | 0.29% | 0.87% | - |
| XYZ | 51.99 | 43.43 | 74.75 | - |
| YUV | 180.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 222 | 0.05 | 0.29 | 0 | 0.13 | 288.75 | 0.49 | 0.75 |
| Hex | D2 | 9E | DE | 5 | 1D | 0 | D | 121 | 31 | 4B |
| Octal | 322 | 236 | 336 | 5 | 35 | 0 | 15 | 441 | 61 | 113 |
| Binary | 11010010 | 10011110 | 11011110 | 101 | 11101 | 0 | 1101 | 100100001 | 110001 | 1001011 |
Color Harmonies of #D29EDE
Complementary color
Monochromatic Colors of #D29EDE
Black with #D29EDE
Text Example
Text Example
White with #D29EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EDE; }
p { color: rgb(210,158,222); }
H1.HeaderClassName
{
color: #D29EDE;
}
.AnyTagClassName
{
color: #D29EDE;
}
</style>
background-color css
<style>
a { background-color: #D29EDE; }
a { background-color: rgb(210,158,222); }
div.DivClassName
{
background-color: #D29EDE;
}
.BgClassName
{
background-color: #D29EDE;
}
</style>
border-color css
<style>
span { border-color: #D29EDE; }
span { border-color: rgb(210,158,222); }
td.TdClassName
{
border-color: #D29EDE;
}
.TagClassName
{
border-color: #D29EDE;
}
</style>