Shades of Wisteria #CBAADD
Tints of Wisteria #CBAADD
RGB
CMYK
RGB Variations
Color information
#CBAADD (or 0xCBAADD) is known color: Wisteria. HEX triplet: CB, AA and DD. RGB value is (203,170,221). Sum of RGB (Red+Green+Blue) = 203+170+221=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADD is #345522. Grayscale: #B9B9B9. Windows color (decimal): -3429667 or 14527179. OLE color: 14527179.
HSL color Cylindrical-coordinate representation of color #CBAADD: hue angle of 278.82º degrees, saturation: 0.43, 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 #CBAADD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 170 | 221 | - |
CMYK | 0.08 | 0.23 | 0 | 0.13 |
HSL | 278.82º | 0.43% | 0.77% | - |
HSV(B) | 278.82º | 0.23% | 0.87% | - |
XYZ | 52.05 | 46.67 | 74.67 | - |
YUV | 185.68 | 147.93 | 140.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 170 | 221 | 0.08 | 0.23 | 0 | 0.13 | 278.82 | 0.43 | 0.77 |
Hex | CB | AA | DD | 8 | 17 | 0 | D | 117 | 2B | 4D |
Octal | 313 | 252 | 335 | 10 | 27 | 0 | 15 | 427 | 53 | 115 |
Binary | 11001011 | 10101010 | 11011101 | 1000 | 10111 | 0 | 1101 | 100010111 | 101011 | 1001101 |
Color Harmonies of #CBAADD
Complementary color
Monochromatic Colors of #CBAADD
Black with #CBAADD
Text Example
Text Example
White with #CBAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAADD; }
p { color: rgb(203,170,221); }
H1.HeaderClassName
{
color: #CBAADD;
}
.AnyTagClassName
{
color: #CBAADD;
}
</style>
background-color css
<style>
a { background-color: #CBAADD; }
a { background-color: rgb(203,170,221); }
div.DivClassName
{
background-color: #CBAADD;
}
.BgClassName
{
background-color: #CBAADD;
}
</style>
border-color css
<style>
span { border-color: #CBAADD; }
span { border-color: rgb(203,170,221); }
td.TdClassName
{
border-color: #CBAADD;
}
.TagClassName
{
border-color: #CBAADD;
}
</style>