Shades of Wisteria #CBAADB
Tints of Wisteria #CBAADB
RGB
CMYK
RGB Variations
Color information
#CBAADB (or 0xCBAADB) is known color: Wisteria. HEX triplet: CB, AA and DB. RGB value is (203,170,219). Sum of RGB (Red+Green+Blue) = 203+170+219=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADB is #345524. Grayscale: #B9B9B9. Windows color (decimal): -3429669 or 14396107. OLE color: 14396107.
HSL color Cylindrical-coordinate representation of color #CBAADB: hue angle of 280.41º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBAADB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 170 | 219 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.14 |
| HSL | 280.41º | 0.4% | 0.76% | - |
| HSV(B) | 280.41º | 0.22% | 0.86% | - |
| XYZ | 51.79 | 46.56 | 73.28 | - |
| YUV | 185.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 219 | 0.07 | 0.22 | 0 | 0.14 | 280.41 | 0.4 | 0.76 |
| Hex | CB | AA | DB | 7 | 16 | 0 | E | 118 | 28 | 4C |
| Octal | 313 | 252 | 333 | 7 | 26 | 0 | 16 | 430 | 50 | 114 |
| Binary | 11001011 | 10101010 | 11011011 | 111 | 10110 | 0 | 1110 | 100011000 | 101000 | 1001100 |
Color Harmonies of #CBAADB
Complementary color
Monochromatic Colors of #CBAADB
Black with #CBAADB
Text Example
Text Example
White with #CBAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAADB; }
p { color: rgb(203,170,219); }
H1.HeaderClassName
{
color: #CBAADB;
}
.AnyTagClassName
{
color: #CBAADB;
}
</style>
background-color css
<style>
a { background-color: #CBAADB; }
a { background-color: rgb(203,170,219); }
div.DivClassName
{
background-color: #CBAADB;
}
.BgClassName
{
background-color: #CBAADB;
}
</style>
border-color css
<style>
span { border-color: #CBAADB; }
span { border-color: rgb(203,170,219); }
td.TdClassName
{
border-color: #CBAADB;
}
.TagClassName
{
border-color: #CBAADB;
}
</style>