Shades of Wisteria #CBAADC
Tints of Wisteria #CBAADC
RGB
CMYK
RGB Variations
Color information
#CBAADC (or 0xCBAADC) is known color: Wisteria. HEX triplet: CB, AA and DC. RGB value is (203,170,220). Sum of RGB (Red+Green+Blue) = 203+170+220=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADC is #345523. Grayscale: #B9B9B9. Windows color (decimal): -3429668 or 14461643. OLE color: 14461643.
HSL color Cylindrical-coordinate representation of color #CBAADC: hue angle of 279.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBAADC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 170 | 220 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.14 |
| HSL | 279.6º | 0.42% | 0.76% | - |
| HSV(B) | 279.6º | 0.23% | 0.86% | - |
| XYZ | 51.92 | 46.61 | 73.97 | - |
| YUV | 185.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 220 | 0.08 | 0.23 | 0 | 0.14 | 279.6 | 0.42 | 0.76 |
| Hex | CB | AA | DC | 8 | 17 | 0 | E | 118 | 2A | 4C |
| Octal | 313 | 252 | 334 | 10 | 27 | 0 | 16 | 430 | 52 | 114 |
| Binary | 11001011 | 10101010 | 11011100 | 1000 | 10111 | 0 | 1110 | 100011000 | 101010 | 1001100 |
Color Harmonies of #CBAADC
Complementary color
Monochromatic Colors of #CBAADC
Black with #CBAADC
Text Example
Text Example
White with #CBAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAADC; }
p { color: rgb(203,170,220); }
H1.HeaderClassName
{
color: #CBAADC;
}
.AnyTagClassName
{
color: #CBAADC;
}
</style>
background-color css
<style>
a { background-color: #CBAADC; }
a { background-color: rgb(203,170,220); }
div.DivClassName
{
background-color: #CBAADC;
}
.BgClassName
{
background-color: #CBAADC;
}
</style>
border-color css
<style>
span { border-color: #CBAADC; }
span { border-color: rgb(203,170,220); }
td.TdClassName
{
border-color: #CBAADC;
}
.TagClassName
{
border-color: #CBAADC;
}
</style>