Shades of Wisteria #CDABDD
Tints of Wisteria #CDABDD
RGB
CMYK
RGB Variations
Color information
#CDABDD (or 0xCDABDD) is known color: Wisteria. HEX triplet: CD, AB and DD. RGB value is (205,171,221). Sum of RGB (Red+Green+Blue) = 205+171+221=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABDD is #325422. Grayscale: #BABABA. Windows color (decimal): -3298339 or 14527437. OLE color: 14527437.
HSL color Cylindrical-coordinate representation of color #CDABDD: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDABDD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 171 | 221 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 280.8º | 0.42% | 0.77% | - |
| HSV(B) | 280.8º | 0.23% | 0.87% | - |
| XYZ | 52.79 | 47.33 | 74.76 | - |
| YUV | 186.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 221 | 0.07 | 0.23 | 0 | 0.13 | 280.8 | 0.42 | 0.77 |
| Hex | CD | AB | DD | 7 | 17 | 0 | D | 119 | 2A | 4D |
| Octal | 315 | 253 | 335 | 7 | 27 | 0 | 15 | 431 | 52 | 115 |
| Binary | 11001101 | 10101011 | 11011101 | 111 | 10111 | 0 | 1101 | 100011001 | 101010 | 1001101 |
Color Harmonies of #CDABDD
Complementary color
Monochromatic Colors of #CDABDD
Black with #CDABDD
Text Example
Text Example
White with #CDABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABDD; }
p { color: rgb(205,171,221); }
H1.HeaderClassName
{
color: #CDABDD;
}
.AnyTagClassName
{
color: #CDABDD;
}
</style>
background-color css
<style>
a { background-color: #CDABDD; }
a { background-color: rgb(205,171,221); }
div.DivClassName
{
background-color: #CDABDD;
}
.BgClassName
{
background-color: #CDABDD;
}
</style>
border-color css
<style>
span { border-color: #CDABDD; }
span { border-color: rgb(205,171,221); }
td.TdClassName
{
border-color: #CDABDD;
}
.TagClassName
{
border-color: #CDABDD;
}
</style>