Shades of Wisteria #CBAADE
Tints of Wisteria #CBAADE
RGB
CMYK
RGB Variations
Color information
#CBAADE (or 0xCBAADE) is known color: Wisteria. HEX triplet: CB, AA and DE. RGB value is (203,170,222). Sum of RGB (Red+Green+Blue) = 203+170+222=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADE is #345521. Grayscale: #B9B9B9. Windows color (decimal): -3429666 or 14592715. OLE color: 14592715.
HSL color Cylindrical-coordinate representation of color #CBAADE: hue angle of 278.08º 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 #CBAADE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 170 | 222 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 278.08º | 0.44% | 0.77% | - |
| HSV(B) | 278.08º | 0.23% | 0.87% | - |
| XYZ | 52.19 | 46.72 | 75.37 | - |
| YUV | 185.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 222 | 0.09 | 0.23 | 0 | 0.13 | 278.08 | 0.44 | 0.77 |
| Hex | CB | AA | DE | 9 | 17 | 0 | D | 116 | 2C | 4D |
| Octal | 313 | 252 | 336 | 11 | 27 | 0 | 15 | 426 | 54 | 115 |
| Binary | 11001011 | 10101010 | 11011110 | 1001 | 10111 | 0 | 1101 | 100010110 | 101100 | 1001101 |
Color Harmonies of #CBAADE
Complementary color
Monochromatic Colors of #CBAADE
Black with #CBAADE
Text Example
Text Example
White with #CBAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAADE; }
p { color: rgb(203,170,222); }
H1.HeaderClassName
{
color: #CBAADE;
}
.AnyTagClassName
{
color: #CBAADE;
}
</style>
background-color css
<style>
a { background-color: #CBAADE; }
a { background-color: rgb(203,170,222); }
div.DivClassName
{
background-color: #CBAADE;
}
.BgClassName
{
background-color: #CBAADE;
}
</style>
border-color css
<style>
span { border-color: #CBAADE; }
span { border-color: rgb(203,170,222); }
td.TdClassName
{
border-color: #CBAADE;
}
.TagClassName
{
border-color: #CBAADE;
}
</style>