Shades of Wisteria #CBABDE
Tints of Wisteria #CBABDE
RGB
CMYK
RGB Variations
Color information
#CBABDE (or 0xCBABDE) is known color: Wisteria. HEX triplet: CB, AB and DE. RGB value is (203,171,222). Sum of RGB (Red+Green+Blue) = 203+171+222=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDE is #345421. Grayscale: #BABABA. Windows color (decimal): -3429410 or 14592971. OLE color: 14592971.
HSL color Cylindrical-coordinate representation of color #CBABDE: hue angle of 277.65º degrees, saturation: 0.44, 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 #CBABDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 171 | 222 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 277.65º | 0.44% | 0.77% | - |
| HSV(B) | 277.65º | 0.23% | 0.87% | - |
| XYZ | 52.38 | 47.1 | 75.44 | - |
| YUV | 186.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 222 | 0.09 | 0.23 | 0 | 0.13 | 277.65 | 0.44 | 0.77 |
| Hex | CB | AB | DE | 9 | 17 | 0 | D | 116 | 2C | 4D |
| Octal | 313 | 253 | 336 | 11 | 27 | 0 | 15 | 426 | 54 | 115 |
| Binary | 11001011 | 10101011 | 11011110 | 1001 | 10111 | 0 | 1101 | 100010110 | 101100 | 1001101 |
Color Harmonies of #CBABDE
Complementary color
Monochromatic Colors of #CBABDE
Black with #CBABDE
Text Example
Text Example
White with #CBABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABDE; }
p { color: rgb(203,171,222); }
H1.HeaderClassName
{
color: #CBABDE;
}
.AnyTagClassName
{
color: #CBABDE;
}
</style>
background-color css
<style>
a { background-color: #CBABDE; }
a { background-color: rgb(203,171,222); }
div.DivClassName
{
background-color: #CBABDE;
}
.BgClassName
{
background-color: #CBABDE;
}
</style>
border-color css
<style>
span { border-color: #CBABDE; }
span { border-color: rgb(203,171,222); }
td.TdClassName
{
border-color: #CBABDE;
}
.TagClassName
{
border-color: #CBABDE;
}
</style>