Shades of Wisteria #CDA9E4
Tints of Wisteria #CDA9E4
RGB
CMYK
RGB Variations
Color information
#CDA9E4 (or 0xCDA9E4) is known color: Wisteria. HEX triplet: CD, A9 and E4. RGB value is (205,169,228). Sum of RGB (Red+Green+Blue) = 205+169+228=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9E4 is #32561B. Grayscale: #BABABA. Windows color (decimal): -3298844 or 14985677. OLE color: 14985677.
HSL color Cylindrical-coordinate representation of color #CDA9E4: hue angle of 276.61º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA9E4 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 169 | 228 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.11 |
| HSL | 276.61º | 0.52% | 0.78% | - |
| HSV(B) | 276.61º | 0.26% | 0.89% | - |
| XYZ | 53.37 | 46.96 | 79.65 | - |
| YUV | 186.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 228 | 0.10 | 0.26 | 0 | 0.11 | 276.61 | 0.52 | 0.78 |
| Hex | CD | A9 | E4 | A | 1A | 0 | B | 115 | 34 | 4E |
| Octal | 315 | 251 | 344 | 12 | 32 | 0 | 13 | 425 | 64 | 116 |
| Binary | 11001101 | 10101001 | 11100100 | 1010 | 11010 | 0 | 1011 | 100010101 | 110100 | 1001110 |
Color Harmonies of #CDA9E4
Complementary color
Monochromatic Colors of #CDA9E4
Black with #CDA9E4
Text Example
Text Example
White with #CDA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9E4; }
p { color: rgb(205,169,228); }
H1.HeaderClassName
{
color: #CDA9E4;
}
.AnyTagClassName
{
color: #CDA9E4;
}
</style>
background-color css
<style>
a { background-color: #CDA9E4; }
a { background-color: rgb(205,169,228); }
div.DivClassName
{
background-color: #CDA9E4;
}
.BgClassName
{
background-color: #CDA9E4;
}
</style>
border-color css
<style>
span { border-color: #CDA9E4; }
span { border-color: rgb(205,169,228); }
td.TdClassName
{
border-color: #CDA9E4;
}
.TagClassName
{
border-color: #CDA9E4;
}
</style>