Shades of Wisteria #CDAADC
Tints of Wisteria #CDAADC
RGB
CMYK
RGB Variations
Color information
#CDAADC (or 0xCDAADC) is known color: Wisteria. HEX triplet: CD, AA and DC. RGB value is (205,170,220). Sum of RGB (Red+Green+Blue) = 205+170+220=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADC is #325523. Grayscale: #BABABA. Windows color (decimal): -3298596 or 14461645. OLE color: 14461645.
HSL color Cylindrical-coordinate representation of color #CDAADC: hue angle of 282º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAADC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 170 | 220 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.14 |
| HSL | 282º | 0.42% | 0.76% | - |
| HSV(B) | 282º | 0.23% | 0.86% | - |
| XYZ | 52.47 | 46.9 | 74 | - |
| YUV | 186.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 220 | 0.07 | 0.23 | 0 | 0.14 | 282 | 0.42 | 0.76 |
| Hex | CD | AA | DC | 7 | 17 | 0 | E | 11A | 2A | 4C |
| Octal | 315 | 252 | 334 | 7 | 27 | 0 | 16 | 432 | 52 | 114 |
| Binary | 11001101 | 10101010 | 11011100 | 111 | 10111 | 0 | 1110 | 100011010 | 101010 | 1001100 |
Color Harmonies of #CDAADC
Complementary color
Monochromatic Colors of #CDAADC
Black with #CDAADC
Text Example
Text Example
White with #CDAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAADC; }
p { color: rgb(205,170,220); }
H1.HeaderClassName
{
color: #CDAADC;
}
.AnyTagClassName
{
color: #CDAADC;
}
</style>
background-color css
<style>
a { background-color: #CDAADC; }
a { background-color: rgb(205,170,220); }
div.DivClassName
{
background-color: #CDAADC;
}
.BgClassName
{
background-color: #CDAADC;
}
</style>
border-color css
<style>
span { border-color: #CDAADC; }
span { border-color: rgb(205,170,220); }
td.TdClassName
{
border-color: #CDAADC;
}
.TagClassName
{
border-color: #CDAADC;
}
</style>