Shades of Wisteria #D99CEB
Tints of Wisteria #D99CEB
RGB
CMYK
RGB Variations
Color information
#D99CEB (or 0xD99CEB) is known color: Wisteria. HEX triplet: D9, 9C and EB. RGB value is (217,156,235). Sum of RGB (Red+Green+Blue) = 217+156+235=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CEB is #266314. Grayscale: #B6B6B6. Windows color (decimal): -2515733 or 15441113. OLE color: 15441113.
HSL color Cylindrical-coordinate representation of color #D99CEB: hue angle of 286.33º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99CEB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 156 | 235 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.08 |
| HSL | 286.33º | 0.66% | 0.77% | - |
| HSV(B) | 286.33º | 0.34% | 0.92% | - |
| XYZ | 55.5 | 44.53 | 84.27 | - |
| YUV | 183.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 235 | 0.08 | 0.34 | 0 | 0.08 | 286.33 | 0.66 | 0.77 |
| Hex | D9 | 9C | EB | 8 | 22 | 0 | 8 | 11E | 42 | 4D |
| Octal | 331 | 234 | 353 | 10 | 42 | 0 | 10 | 436 | 102 | 115 |
| Binary | 11011001 | 10011100 | 11101011 | 1000 | 100010 | 0 | 1000 | 100011110 | 1000010 | 1001101 |
Color Harmonies of #D99CEB
Complementary color
Monochromatic Colors of #D99CEB
Black with #D99CEB
Text Example
Text Example
White with #D99CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CEB; }
p { color: rgb(217,156,235); }
H1.HeaderClassName
{
color: #D99CEB;
}
.AnyTagClassName
{
color: #D99CEB;
}
</style>
background-color css
<style>
a { background-color: #D99CEB; }
a { background-color: rgb(217,156,235); }
div.DivClassName
{
background-color: #D99CEB;
}
.BgClassName
{
background-color: #D99CEB;
}
</style>
border-color css
<style>
span { border-color: #D99CEB; }
span { border-color: rgb(217,156,235); }
td.TdClassName
{
border-color: #D99CEB;
}
.TagClassName
{
border-color: #D99CEB;
}
</style>