Shades of Wisteria #CBABDD
Tints of Wisteria #CBABDD
RGB
CMYK
RGB Variations
Color information
#CBABDD (or 0xCBABDD) is known color: Wisteria. HEX triplet: CB, AB and DD. RGB value is (203,171,221). Sum of RGB (Red+Green+Blue) = 203+171+221=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDD is #345422. Grayscale: #BABABA. Windows color (decimal): -3429411 or 14527435. OLE color: 14527435.
HSL color Cylindrical-coordinate representation of color #CBABDD: hue angle of 278.4º degrees, saturation: 0.42, 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 #CBABDD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 171 | 221 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 278.4º | 0.42% | 0.77% | - |
| HSV(B) | 278.4º | 0.23% | 0.87% | - |
| XYZ | 52.24 | 47.04 | 74.73 | - |
| YUV | 186.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 221 | 0.08 | 0.23 | 0 | 0.13 | 278.4 | 0.42 | 0.77 |
| Hex | CB | AB | DD | 8 | 17 | 0 | D | 116 | 2A | 4D |
| Octal | 313 | 253 | 335 | 10 | 27 | 0 | 15 | 426 | 52 | 115 |
| Binary | 11001011 | 10101011 | 11011101 | 1000 | 10111 | 0 | 1101 | 100010110 | 101010 | 1001101 |
Color Harmonies of #CBABDD
Complementary color
Monochromatic Colors of #CBABDD
Black with #CBABDD
Text Example
Text Example
White with #CBABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABDD; }
p { color: rgb(203,171,221); }
H1.HeaderClassName
{
color: #CBABDD;
}
.AnyTagClassName
{
color: #CBABDD;
}
</style>
background-color css
<style>
a { background-color: #CBABDD; }
a { background-color: rgb(203,171,221); }
div.DivClassName
{
background-color: #CBABDD;
}
.BgClassName
{
background-color: #CBABDD;
}
</style>
border-color css
<style>
span { border-color: #CBABDD; }
span { border-color: rgb(203,171,221); }
td.TdClassName
{
border-color: #CBABDD;
}
.TagClassName
{
border-color: #CBABDD;
}
</style>