Shades of Wisteria #CBAAE0
Tints of Wisteria #CBAAE0
RGB
CMYK
RGB Variations
Color information
#CBAAE0 (or 0xCBAAE0) is known color: Wisteria. HEX triplet: CB, AA and E0. RGB value is (203,170,224). Sum of RGB (Red+Green+Blue) = 203+170+224=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAE0 is #34551F. Grayscale: #B9B9B9. Windows color (decimal): -3429664 or 14723787. OLE color: 14723787.
HSL color Cylindrical-coordinate representation of color #CBAAE0: hue angle of 276.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAAE0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 170 | 224 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.12 |
| HSL | 276.67º | 0.47% | 0.77% | - |
| HSV(B) | 276.67º | 0.24% | 0.88% | - |
| XYZ | 52.46 | 46.83 | 76.79 | - |
| YUV | 186.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 224 | 0.09 | 0.24 | 0 | 0.12 | 276.67 | 0.47 | 0.77 |
| Hex | CB | AA | E0 | 9 | 18 | 0 | C | 115 | 2F | 4D |
| Octal | 313 | 252 | 340 | 11 | 30 | 0 | 14 | 425 | 57 | 115 |
| Binary | 11001011 | 10101010 | 11100000 | 1001 | 11000 | 0 | 1100 | 100010101 | 101111 | 1001101 |
Color Harmonies of #CBAAE0
Complementary color
Monochromatic Colors of #CBAAE0
Black with #CBAAE0
Text Example
Text Example
White with #CBAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAE0; }
p { color: rgb(203,170,224); }
H1.HeaderClassName
{
color: #CBAAE0;
}
.AnyTagClassName
{
color: #CBAAE0;
}
</style>
background-color css
<style>
a { background-color: #CBAAE0; }
a { background-color: rgb(203,170,224); }
div.DivClassName
{
background-color: #CBAAE0;
}
.BgClassName
{
background-color: #CBAAE0;
}
</style>
border-color css
<style>
span { border-color: #CBAAE0; }
span { border-color: rgb(203,170,224); }
td.TdClassName
{
border-color: #CBAAE0;
}
.TagClassName
{
border-color: #CBAAE0;
}
</style>