Shades of Wisteria #CBAADA
Tints of Wisteria #CBAADA
RGB
CMYK
RGB Variations
Color information
#CBAADA (or 0xCBAADA) is known color: Wisteria. HEX triplet: CB, AA and DA. RGB value is (203,170,218). Sum of RGB (Red+Green+Blue) = 203+170+218=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADA is #345525. Grayscale: #B9B9B9. Windows color (decimal): -3429670 or 14330571. OLE color: 14330571.
HSL color Cylindrical-coordinate representation of color #CBAADA: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBAADA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 170 | 218 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.15 |
| HSL | 281.25º | 0.39% | 0.76% | - |
| HSV(B) | 281.25º | 0.22% | 0.85% | - |
| XYZ | 51.66 | 46.51 | 72.58 | - |
| YUV | 185.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 218 | 0.07 | 0.22 | 0 | 0.15 | 281.25 | 0.39 | 0.76 |
| Hex | CB | AA | DA | 7 | 16 | 0 | F | 119 | 27 | 4C |
| Octal | 313 | 252 | 332 | 7 | 26 | 0 | 17 | 431 | 47 | 114 |
| Binary | 11001011 | 10101010 | 11011010 | 111 | 10110 | 0 | 1111 | 100011001 | 100111 | 1001100 |
Color Harmonies of #CBAADA
Complementary color
Monochromatic Colors of #CBAADA
Black with #CBAADA
Text Example
Text Example
White with #CBAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAADA; }
p { color: rgb(203,170,218); }
H1.HeaderClassName
{
color: #CBAADA;
}
.AnyTagClassName
{
color: #CBAADA;
}
</style>
background-color css
<style>
a { background-color: #CBAADA; }
a { background-color: rgb(203,170,218); }
div.DivClassName
{
background-color: #CBAADA;
}
.BgClassName
{
background-color: #CBAADA;
}
</style>
border-color css
<style>
span { border-color: #CBAADA; }
span { border-color: rgb(203,170,218); }
td.TdClassName
{
border-color: #CBAADA;
}
.TagClassName
{
border-color: #CBAADA;
}
</style>