Shades of Wisteria #CBACDE
Tints of Wisteria #CBACDE
RGB
CMYK
RGB Variations
Color information
#CBACDE (or 0xCBACDE) is known color: Wisteria. HEX triplet: CB, AC and DE. RGB value is (203,172,222). Sum of RGB (Red+Green+Blue) = 203+172+222=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDE is #345321. Grayscale: #BABABA. Windows color (decimal): -3429154 or 14593227. OLE color: 14593227.
HSL color Cylindrical-coordinate representation of color #CBACDE: hue angle of 277.2º 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 #CBACDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 172 | 222 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 277.2º | 0.43% | 0.77% | - |
| HSV(B) | 277.2º | 0.23% | 0.87% | - |
| XYZ | 52.57 | 47.48 | 75.5 | - |
| YUV | 186.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 222 | 0.09 | 0.23 | 0 | 0.13 | 277.2 | 0.43 | 0.77 |
| Hex | CB | AC | DE | 9 | 17 | 0 | D | 115 | 2B | 4D |
| Octal | 313 | 254 | 336 | 11 | 27 | 0 | 15 | 425 | 53 | 115 |
| Binary | 11001011 | 10101100 | 11011110 | 1001 | 10111 | 0 | 1101 | 100010101 | 101011 | 1001101 |
Color Harmonies of #CBACDE
Complementary color
Monochromatic Colors of #CBACDE
Black with #CBACDE
Text Example
Text Example
White with #CBACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACDE; }
p { color: rgb(203,172,222); }
H1.HeaderClassName
{
color: #CBACDE;
}
.AnyTagClassName
{
color: #CBACDE;
}
</style>
background-color css
<style>
a { background-color: #CBACDE; }
a { background-color: rgb(203,172,222); }
div.DivClassName
{
background-color: #CBACDE;
}
.BgClassName
{
background-color: #CBACDE;
}
</style>
border-color css
<style>
span { border-color: #CBACDE; }
span { border-color: rgb(203,172,222); }
td.TdClassName
{
border-color: #CBACDE;
}
.TagClassName
{
border-color: #CBACDE;
}
</style>