Shades of Wisteria #CDAADD
Tints of Wisteria #CDAADD
RGB
CMYK
RGB Variations
Color information
#CDAADD (or 0xCDAADD) is known color: Wisteria. HEX triplet: CD, AA and DD. RGB value is (205,170,221). Sum of RGB (Red+Green+Blue) = 205+170+221=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADD is #325522. Grayscale: #BABABA. Windows color (decimal): -3298595 or 14527181. OLE color: 14527181.
HSL color Cylindrical-coordinate representation of color #CDAADD: hue angle of 281.18º degrees, saturation: 0.43, 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 #CDAADD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 170 | 221 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 281.18º | 0.43% | 0.77% | - |
| HSV(B) | 281.18º | 0.23% | 0.87% | - |
| XYZ | 52.6 | 46.95 | 74.7 | - |
| YUV | 186.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 221 | 0.07 | 0.23 | 0 | 0.13 | 281.18 | 0.43 | 0.77 |
| Hex | CD | AA | DD | 7 | 17 | 0 | D | 119 | 2B | 4D |
| Octal | 315 | 252 | 335 | 7 | 27 | 0 | 15 | 431 | 53 | 115 |
| Binary | 11001101 | 10101010 | 11011101 | 111 | 10111 | 0 | 1101 | 100011001 | 101011 | 1001101 |
Color Harmonies of #CDAADD
Complementary color
Monochromatic Colors of #CDAADD
Black with #CDAADD
Text Example
Text Example
White with #CDAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAADD; }
p { color: rgb(205,170,221); }
H1.HeaderClassName
{
color: #CDAADD;
}
.AnyTagClassName
{
color: #CDAADD;
}
</style>
background-color css
<style>
a { background-color: #CDAADD; }
a { background-color: rgb(205,170,221); }
div.DivClassName
{
background-color: #CDAADD;
}
.BgClassName
{
background-color: #CDAADD;
}
</style>
border-color css
<style>
span { border-color: #CDAADD; }
span { border-color: rgb(205,170,221); }
td.TdClassName
{
border-color: #CDAADD;
}
.TagClassName
{
border-color: #CDAADD;
}
</style>