Shades of Wisteria #CCAAE1
Tints of Wisteria #CCAAE1
RGB
CMYK
RGB Variations
Color information
#CCAAE1 (or 0xCCAAE1) is known color: Wisteria. HEX triplet: CC, AA and E1. RGB value is (204,170,225). Sum of RGB (Red+Green+Blue) = 204+170+225=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAE1 is #33551E. Grayscale: #BABABA. Windows color (decimal): -3364127 or 14789324. OLE color: 14789324.
HSL color Cylindrical-coordinate representation of color #CCAAE1: hue angle of 277.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAAE1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 170 | 225 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.12 |
| HSL | 277.09º | 0.48% | 0.77% | - |
| HSV(B) | 277.09º | 0.24% | 0.88% | - |
| XYZ | 52.87 | 47.02 | 77.52 | - |
| YUV | 186.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 225 | 0.09 | 0.24 | 0 | 0.12 | 277.09 | 0.48 | 0.77 |
| Hex | CC | AA | E1 | 9 | 18 | 0 | C | 115 | 30 | 4D |
| Octal | 314 | 252 | 341 | 11 | 30 | 0 | 14 | 425 | 60 | 115 |
| Binary | 11001100 | 10101010 | 11100001 | 1001 | 11000 | 0 | 1100 | 100010101 | 110000 | 1001101 |
Color Harmonies of #CCAAE1
Complementary color
Monochromatic Colors of #CCAAE1
Black with #CCAAE1
Text Example
Text Example
White with #CCAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAE1; }
p { color: rgb(204,170,225); }
H1.HeaderClassName
{
color: #CCAAE1;
}
.AnyTagClassName
{
color: #CCAAE1;
}
</style>
background-color css
<style>
a { background-color: #CCAAE1; }
a { background-color: rgb(204,170,225); }
div.DivClassName
{
background-color: #CCAAE1;
}
.BgClassName
{
background-color: #CCAAE1;
}
</style>
border-color css
<style>
span { border-color: #CCAAE1; }
span { border-color: rgb(204,170,225); }
td.TdClassName
{
border-color: #CCAAE1;
}
.TagClassName
{
border-color: #CCAAE1;
}
</style>