Shades of Wisteria #CBA9DE
Tints of Wisteria #CBA9DE
RGB
CMYK
RGB Variations
Color information
#CBA9DE (or 0xCBA9DE) is known color: Wisteria. HEX triplet: CB, A9 and DE. RGB value is (203,169,222). Sum of RGB (Red+Green+Blue) = 203+169+222=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DE is #345621. Grayscale: #B9B9B9. Windows color (decimal): -3429922 or 14592459. OLE color: 14592459.
HSL color Cylindrical-coordinate representation of color #CBA9DE: hue angle of 278.49º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA9DE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 169 | 222 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.13 |
| HSL | 278.49º | 0.45% | 0.77% | - |
| HSV(B) | 278.49º | 0.24% | 0.87% | - |
| XYZ | 52 | 46.35 | 75.31 | - |
| YUV | 185.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 222 | 0.09 | 0.24 | 0 | 0.13 | 278.49 | 0.45 | 0.77 |
| Hex | CB | A9 | DE | 9 | 18 | 0 | D | 116 | 2D | 4D |
| Octal | 313 | 251 | 336 | 11 | 30 | 0 | 15 | 426 | 55 | 115 |
| Binary | 11001011 | 10101001 | 11011110 | 1001 | 11000 | 0 | 1101 | 100010110 | 101101 | 1001101 |
Color Harmonies of #CBA9DE
Complementary color
Monochromatic Colors of #CBA9DE
Black with #CBA9DE
Text Example
Text Example
White with #CBA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9DE; }
p { color: rgb(203,169,222); }
H1.HeaderClassName
{
color: #CBA9DE;
}
.AnyTagClassName
{
color: #CBA9DE;
}
</style>
background-color css
<style>
a { background-color: #CBA9DE; }
a { background-color: rgb(203,169,222); }
div.DivClassName
{
background-color: #CBA9DE;
}
.BgClassName
{
background-color: #CBA9DE;
}
</style>
border-color css
<style>
span { border-color: #CBA9DE; }
span { border-color: rgb(203,169,222); }
td.TdClassName
{
border-color: #CBA9DE;
}
.TagClassName
{
border-color: #CBA9DE;
}
</style>