Shades of Wisteria #D29CEE
Tints of Wisteria #D29CEE
RGB
CMYK
RGB Variations
Color information
#D29CEE (or 0xD29CEE) is known color: Wisteria. HEX triplet: D2, 9C and EE. RGB value is (210,156,238). Sum of RGB (Red+Green+Blue) = 210+156+238=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CEE is #2D6311. Grayscale: #B5B5B5. Windows color (decimal): -2974482 or 15637714. OLE color: 15637714.
HSL color Cylindrical-coordinate representation of color #D29CEE: hue angle of 279.51º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29CEE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 156 | 238 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 279.51º | 0.71% | 0.77% | - |
| HSV(B) | 279.51º | 0.34% | 0.93% | - |
| XYZ | 53.9 | 43.65 | 86.47 | - |
| YUV | 181.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 238 | 0.12 | 0.34 | 0 | 0.07 | 279.51 | 0.71 | 0.77 |
| Hex | D2 | 9C | EE | C | 22 | 0 | 7 | 118 | 47 | 4D |
| Octal | 322 | 234 | 356 | 14 | 42 | 0 | 7 | 430 | 107 | 115 |
| Binary | 11010010 | 10011100 | 11101110 | 1100 | 100010 | 0 | 111 | 100011000 | 1000111 | 1001101 |
Color Harmonies of #D29CEE
Complementary color
Monochromatic Colors of #D29CEE
Black with #D29CEE
Text Example
Text Example
White with #D29CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CEE; }
p { color: rgb(210,156,238); }
H1.HeaderClassName
{
color: #D29CEE;
}
.AnyTagClassName
{
color: #D29CEE;
}
</style>
background-color css
<style>
a { background-color: #D29CEE; }
a { background-color: rgb(210,156,238); }
div.DivClassName
{
background-color: #D29CEE;
}
.BgClassName
{
background-color: #D29CEE;
}
</style>
border-color css
<style>
span { border-color: #D29CEE; }
span { border-color: rgb(210,156,238); }
td.TdClassName
{
border-color: #D29CEE;
}
.TagClassName
{
border-color: #D29CEE;
}
</style>