Shades of Wisteria #CBABDC
Tints of Wisteria #CBABDC
RGB
CMYK
RGB Variations
Color information
#CBABDC (or 0xCBABDC) is known color: Wisteria. HEX triplet: CB, AB and DC. RGB value is (203,171,220). Sum of RGB (Red+Green+Blue) = 203+171+220=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDC is #345423. Grayscale: #B9B9B9. Windows color (decimal): -3429412 or 14461899. OLE color: 14461899.
HSL color Cylindrical-coordinate representation of color #CBABDC: hue angle of 279.18º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBABDC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 171 | 220 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.14 |
| HSL | 279.18º | 0.41% | 0.77% | - |
| HSV(B) | 279.18º | 0.22% | 0.86% | - |
| XYZ | 52.11 | 46.99 | 74.03 | - |
| YUV | 186.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 220 | 0.08 | 0.22 | 0 | 0.14 | 279.18 | 0.41 | 0.77 |
| Hex | CB | AB | DC | 8 | 16 | 0 | E | 117 | 29 | 4D |
| Octal | 313 | 253 | 334 | 10 | 26 | 0 | 16 | 427 | 51 | 115 |
| Binary | 11001011 | 10101011 | 11011100 | 1000 | 10110 | 0 | 1110 | 100010111 | 101001 | 1001101 |
Color Harmonies of #CBABDC
Complementary color
Monochromatic Colors of #CBABDC
Black with #CBABDC
Text Example
Text Example
White with #CBABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABDC; }
p { color: rgb(203,171,220); }
H1.HeaderClassName
{
color: #CBABDC;
}
.AnyTagClassName
{
color: #CBABDC;
}
</style>
background-color css
<style>
a { background-color: #CBABDC; }
a { background-color: rgb(203,171,220); }
div.DivClassName
{
background-color: #CBABDC;
}
.BgClassName
{
background-color: #CBABDC;
}
</style>
border-color css
<style>
span { border-color: #CBABDC; }
span { border-color: rgb(203,171,220); }
td.TdClassName
{
border-color: #CBABDC;
}
.TagClassName
{
border-color: #CBABDC;
}
</style>