Shades of Wisteria #CFAAE1
Tints of Wisteria #CFAAE1
RGB
CMYK
RGB Variations
Color information
#CFAAE1 (or 0xCFAAE1) is known color: Wisteria. HEX triplet: CF, AA and E1. RGB value is (207,170,225). Sum of RGB (Red+Green+Blue) = 207+170+225=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAE1 is #30551E. Grayscale: #BBBBBB. Windows color (decimal): -3167519 or 14789327. OLE color: 14789327.
HSL color Cylindrical-coordinate representation of color #CFAAE1: hue angle of 280.36º 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 #CFAAE1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 170 | 225 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.12 |
| HSL | 280.36º | 0.48% | 0.77% | - |
| HSV(B) | 280.36º | 0.24% | 0.88% | - |
| XYZ | 53.7 | 47.45 | 77.56 | - |
| YUV | 187.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 225 | 0.08 | 0.24 | 0 | 0.12 | 280.36 | 0.48 | 0.77 |
| Hex | CF | AA | E1 | 8 | 18 | 0 | C | 118 | 30 | 4D |
| Octal | 317 | 252 | 341 | 10 | 30 | 0 | 14 | 430 | 60 | 115 |
| Binary | 11001111 | 10101010 | 11100001 | 1000 | 11000 | 0 | 1100 | 100011000 | 110000 | 1001101 |
Color Harmonies of #CFAAE1
Complementary color
Monochromatic Colors of #CFAAE1
Black with #CFAAE1
Text Example
Text Example
White with #CFAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAE1; }
p { color: rgb(207,170,225); }
H1.HeaderClassName
{
color: #CFAAE1;
}
.AnyTagClassName
{
color: #CFAAE1;
}
</style>
background-color css
<style>
a { background-color: #CFAAE1; }
a { background-color: rgb(207,170,225); }
div.DivClassName
{
background-color: #CFAAE1;
}
.BgClassName
{
background-color: #CFAAE1;
}
</style>
border-color css
<style>
span { border-color: #CFAAE1; }
span { border-color: rgb(207,170,225); }
td.TdClassName
{
border-color: #CFAAE1;
}
.TagClassName
{
border-color: #CFAAE1;
}
</style>