Shades of Wisteria #CDA9DF
Tints of Wisteria #CDA9DF
RGB
CMYK
RGB Variations
Color information
#CDA9DF (or 0xCDA9DF) is known color: Wisteria. HEX triplet: CD, A9 and DF. RGB value is (205,169,223). Sum of RGB (Red+Green+Blue) = 205+169+223=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DF is #325620. Grayscale: #B9B9B9. Windows color (decimal): -3298849 or 14657997. OLE color: 14657997.
HSL color Cylindrical-coordinate representation of color #CDA9DF: hue angle of 280º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA9DF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 169 | 223 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.13 |
| HSL | 280º | 0.46% | 0.77% | - |
| HSV(B) | 280º | 0.24% | 0.87% | - |
| XYZ | 52.68 | 46.68 | 76.05 | - |
| YUV | 185.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 223 | 0.08 | 0.24 | 0 | 0.13 | 280 | 0.46 | 0.77 |
| Hex | CD | A9 | DF | 8 | 18 | 0 | D | 118 | 2E | 4D |
| Octal | 315 | 251 | 337 | 10 | 30 | 0 | 15 | 430 | 56 | 115 |
| Binary | 11001101 | 10101001 | 11011111 | 1000 | 11000 | 0 | 1101 | 100011000 | 101110 | 1001101 |
Color Harmonies of #CDA9DF
Complementary color
Monochromatic Colors of #CDA9DF
Black with #CDA9DF
Text Example
Text Example
White with #CDA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9DF; }
p { color: rgb(205,169,223); }
H1.HeaderClassName
{
color: #CDA9DF;
}
.AnyTagClassName
{
color: #CDA9DF;
}
</style>
background-color css
<style>
a { background-color: #CDA9DF; }
a { background-color: rgb(205,169,223); }
div.DivClassName
{
background-color: #CDA9DF;
}
.BgClassName
{
background-color: #CDA9DF;
}
</style>
border-color css
<style>
span { border-color: #CDA9DF; }
span { border-color: rgb(205,169,223); }
td.TdClassName
{
border-color: #CDA9DF;
}
.TagClassName
{
border-color: #CDA9DF;
}
</style>