Shades of Wisteria #CFAAE0
Tints of Wisteria #CFAAE0
RGB
CMYK
RGB Variations
Color information
#CFAAE0 (or 0xCFAAE0) is known color: Wisteria. HEX triplet: CF, AA and E0. RGB value is (207,170,224). Sum of RGB (Red+Green+Blue) = 207+170+224=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAE0 is #30551F. Grayscale: #BBBBBB. Windows color (decimal): -3167520 or 14723791. OLE color: 14723791.
HSL color Cylindrical-coordinate representation of color #CFAAE0: hue angle of 281.11º degrees, saturation: 0.47, 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 #CFAAE0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 170 | 224 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.12 |
| HSL | 281.11º | 0.47% | 0.77% | - |
| HSV(B) | 281.11º | 0.24% | 0.88% | - |
| XYZ | 53.56 | 47.4 | 76.85 | - |
| YUV | 187.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 224 | 0.08 | 0.24 | 0 | 0.12 | 281.11 | 0.47 | 0.77 |
| Hex | CF | AA | E0 | 8 | 18 | 0 | C | 119 | 2F | 4D |
| Octal | 317 | 252 | 340 | 10 | 30 | 0 | 14 | 431 | 57 | 115 |
| Binary | 11001111 | 10101010 | 11100000 | 1000 | 11000 | 0 | 1100 | 100011001 | 101111 | 1001101 |
Color Harmonies of #CFAAE0
Complementary color
Monochromatic Colors of #CFAAE0
Black with #CFAAE0
Text Example
Text Example
White with #CFAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAE0; }
p { color: rgb(207,170,224); }
H1.HeaderClassName
{
color: #CFAAE0;
}
.AnyTagClassName
{
color: #CFAAE0;
}
</style>
background-color css
<style>
a { background-color: #CFAAE0; }
a { background-color: rgb(207,170,224); }
div.DivClassName
{
background-color: #CFAAE0;
}
.BgClassName
{
background-color: #CFAAE0;
}
</style>
border-color css
<style>
span { border-color: #CFAAE0; }
span { border-color: rgb(207,170,224); }
td.TdClassName
{
border-color: #CFAAE0;
}
.TagClassName
{
border-color: #CFAAE0;
}
</style>