Shades of Wisteria #CAAADE
Tints of Wisteria #CAAADE
RGB
CMYK
RGB Variations
Color information
#CAAADE (or 0xCAAADE) is known color: Wisteria. HEX triplet: CA, AA and DE. RGB value is (202,170,222). Sum of RGB (Red+Green+Blue) = 202+170+222=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADE is #355521. Grayscale: #B9B9B9. Windows color (decimal): -3495202 or 14592714. OLE color: 14592714.
HSL color Cylindrical-coordinate representation of color #CAAADE: hue angle of 276.92º degrees, saturation: 0.44, 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 #CAAADE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 170 | 222 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 276.92º | 0.44% | 0.77% | - |
| HSV(B) | 276.92º | 0.23% | 0.87% | - |
| XYZ | 51.92 | 46.58 | 75.36 | - |
| YUV | 185.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 222 | 0.09 | 0.23 | 0 | 0.13 | 276.92 | 0.44 | 0.77 |
| Hex | CA | AA | DE | 9 | 17 | 0 | D | 115 | 2C | 4D |
| Octal | 312 | 252 | 336 | 11 | 27 | 0 | 15 | 425 | 54 | 115 |
| Binary | 11001010 | 10101010 | 11011110 | 1001 | 10111 | 0 | 1101 | 100010101 | 101100 | 1001101 |
Color Harmonies of #CAAADE
Complementary color
Monochromatic Colors of #CAAADE
Black with #CAAADE
Text Example
Text Example
White with #CAAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAADE; }
p { color: rgb(202,170,222); }
H1.HeaderClassName
{
color: #CAAADE;
}
.AnyTagClassName
{
color: #CAAADE;
}
</style>
background-color css
<style>
a { background-color: #CAAADE; }
a { background-color: rgb(202,170,222); }
div.DivClassName
{
background-color: #CAAADE;
}
.BgClassName
{
background-color: #CAAADE;
}
</style>
border-color css
<style>
span { border-color: #CAAADE; }
span { border-color: rgb(202,170,222); }
td.TdClassName
{
border-color: #CAAADE;
}
.TagClassName
{
border-color: #CAAADE;
}
</style>