Shades of Wisteria #D29CEF
Tints of Wisteria #D29CEF
RGB
CMYK
RGB Variations
Color information
#D29CEF (or 0xD29CEF) is known color: Wisteria. HEX triplet: D2, 9C and EF. RGB value is (210,156,239). Sum of RGB (Red+Green+Blue) = 210+156+239=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #D29CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CEF is #2D6310. Grayscale: #B5B5B5. Windows color (decimal): -2974481 or 15703250. OLE color: 15703250.
HSL color Cylindrical-coordinate representation of color #D29CEF: hue angle of 279.04º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29CEF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 156 | 239 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.06 |
| HSL | 279.04º | 0.72% | 0.77% | - |
| HSV(B) | 279.04º | 0.35% | 0.94% | - |
| XYZ | 54.05 | 43.71 | 87.25 | - |
| YUV | 181.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 239 | 0.12 | 0.35 | 0 | 0.06 | 279.04 | 0.72 | 0.77 |
| Hex | D2 | 9C | EF | C | 23 | 0 | 6 | 117 | 48 | 4D |
| Octal | 322 | 234 | 357 | 14 | 43 | 0 | 6 | 427 | 110 | 115 |
| Binary | 11010010 | 10011100 | 11101111 | 1100 | 100011 | 0 | 110 | 100010111 | 1001000 | 1001101 |
Color Harmonies of #D29CEF
Complementary color
Monochromatic Colors of #D29CEF
Black with #D29CEF
Text Example
Text Example
White with #D29CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CEF; }
p { color: rgb(210,156,239); }
H1.HeaderClassName
{
color: #D29CEF;
}
.AnyTagClassName
{
color: #D29CEF;
}
</style>
background-color css
<style>
a { background-color: #D29CEF; }
a { background-color: rgb(210,156,239); }
div.DivClassName
{
background-color: #D29CEF;
}
.BgClassName
{
background-color: #D29CEF;
}
</style>
border-color css
<style>
span { border-color: #D29CEF; }
span { border-color: rgb(210,156,239); }
td.TdClassName
{
border-color: #D29CEF;
}
.TagClassName
{
border-color: #D29CEF;
}
</style>