Shades of Wisteria #CCABE1
Tints of Wisteria #CCABE1
RGB
CMYK
RGB Variations
Color information
#CCABE1 (or 0xCCABE1) is known color: Wisteria. HEX triplet: CC, AB and E1. RGB value is (204,171,225). Sum of RGB (Red+Green+Blue) = 204+171+225=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE1 is #33541E. Grayscale: #BABABA. Windows color (decimal): -3363871 or 14789580. OLE color: 14789580.
HSL color Cylindrical-coordinate representation of color #CCABE1: hue angle of 276.67º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCABE1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 171 | 225 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.12 |
| HSL | 276.67º | 0.47% | 0.78% | - |
| HSV(B) | 276.67º | 0.24% | 0.88% | - |
| XYZ | 53.06 | 47.4 | 77.59 | - |
| YUV | 187.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 225 | 0.09 | 0.24 | 0 | 0.12 | 276.67 | 0.47 | 0.78 |
| Hex | CC | AB | E1 | 9 | 18 | 0 | C | 115 | 2F | 4E |
| Octal | 314 | 253 | 341 | 11 | 30 | 0 | 14 | 425 | 57 | 116 |
| Binary | 11001100 | 10101011 | 11100001 | 1001 | 11000 | 0 | 1100 | 100010101 | 101111 | 1001110 |
Color Harmonies of #CCABE1
Complementary color
Monochromatic Colors of #CCABE1
Black with #CCABE1
Text Example
Text Example
White with #CCABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABE1; }
p { color: rgb(204,171,225); }
H1.HeaderClassName
{
color: #CCABE1;
}
.AnyTagClassName
{
color: #CCABE1;
}
</style>
background-color css
<style>
a { background-color: #CCABE1; }
a { background-color: rgb(204,171,225); }
div.DivClassName
{
background-color: #CCABE1;
}
.BgClassName
{
background-color: #CCABE1;
}
</style>
border-color css
<style>
span { border-color: #CCABE1; }
span { border-color: rgb(204,171,225); }
td.TdClassName
{
border-color: #CCABE1;
}
.TagClassName
{
border-color: #CCABE1;
}
</style>