Shades of Wisteria #CDA9E0
Tints of Wisteria #CDA9E0
RGB
CMYK
RGB Variations
Color information
#CDA9E0 (or 0xCDA9E0) is known color: Wisteria. HEX triplet: CD, A9 and E0. RGB value is (205,169,224). Sum of RGB (Red+Green+Blue) = 205+169+224=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9E0 is #32561F. Grayscale: #B9B9B9. Windows color (decimal): -3298848 or 14723533. OLE color: 14723533.
HSL color Cylindrical-coordinate representation of color #CDA9E0: hue angle of 279.27º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA9E0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 169 | 224 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.12 |
| HSL | 279.27º | 0.47% | 0.77% | - |
| HSV(B) | 279.27º | 0.25% | 0.88% | - |
| XYZ | 52.82 | 46.74 | 76.76 | - |
| YUV | 186.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 224 | 0.08 | 0.25 | 0 | 0.12 | 279.27 | 0.47 | 0.77 |
| Hex | CD | A9 | E0 | 8 | 19 | 0 | C | 117 | 2F | 4D |
| Octal | 315 | 251 | 340 | 10 | 31 | 0 | 14 | 427 | 57 | 115 |
| Binary | 11001101 | 10101001 | 11100000 | 1000 | 11001 | 0 | 1100 | 100010111 | 101111 | 1001101 |
Color Harmonies of #CDA9E0
Complementary color
Monochromatic Colors of #CDA9E0
Black with #CDA9E0
Text Example
Text Example
White with #CDA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9E0; }
p { color: rgb(205,169,224); }
H1.HeaderClassName
{
color: #CDA9E0;
}
.AnyTagClassName
{
color: #CDA9E0;
}
</style>
background-color css
<style>
a { background-color: #CDA9E0; }
a { background-color: rgb(205,169,224); }
div.DivClassName
{
background-color: #CDA9E0;
}
.BgClassName
{
background-color: #CDA9E0;
}
</style>
border-color css
<style>
span { border-color: #CDA9E0; }
span { border-color: rgb(205,169,224); }
td.TdClassName
{
border-color: #CDA9E0;
}
.TagClassName
{
border-color: #CDA9E0;
}
</style>