Shades of Wisteria #D49BEC
Tints of Wisteria #D49BEC
RGB
CMYK
RGB Variations
Color information
#D49BEC (or 0xD49BEC) is known color: Wisteria. HEX triplet: D4, 9B and EC. RGB value is (212,155,236). Sum of RGB (Red+Green+Blue) = 212+155+236=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #D49BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BEC is #2B6413. Grayscale: #B5B5B5. Windows color (decimal): -2843668 or 15506388. OLE color: 15506388.
HSL color Cylindrical-coordinate representation of color #D49BEC: hue angle of 282.22º degrees, saturation: 0.68, 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 #D49BEC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 155 | 236 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282.22º | 0.68% | 0.77% | - |
| HSV(B) | 282.22º | 0.34% | 0.93% | - |
| XYZ | 54.01 | 43.5 | 84.91 | - |
| YUV | 181.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 236 | 0.10 | 0.34 | 0 | 0.07 | 282.22 | 0.68 | 0.77 |
| Hex | D4 | 9B | EC | A | 22 | 0 | 7 | 11A | 44 | 4D |
| Octal | 324 | 233 | 354 | 12 | 42 | 0 | 7 | 432 | 104 | 115 |
| Binary | 11010100 | 10011011 | 11101100 | 1010 | 100010 | 0 | 111 | 100011010 | 1000100 | 1001101 |
Color Harmonies of #D49BEC
Complementary color
Monochromatic Colors of #D49BEC
Black with #D49BEC
Text Example
Text Example
White with #D49BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BEC; }
p { color: rgb(212,155,236); }
H1.HeaderClassName
{
color: #D49BEC;
}
.AnyTagClassName
{
color: #D49BEC;
}
</style>
background-color css
<style>
a { background-color: #D49BEC; }
a { background-color: rgb(212,155,236); }
div.DivClassName
{
background-color: #D49BEC;
}
.BgClassName
{
background-color: #D49BEC;
}
</style>
border-color css
<style>
span { border-color: #D49BEC; }
span { border-color: rgb(212,155,236); }
td.TdClassName
{
border-color: #D49BEC;
}
.TagClassName
{
border-color: #D49BEC;
}
</style>