Shades of Wisteria #CFAAE9
Tints of Wisteria #CFAAE9
RGB
CMYK
RGB Variations
Color information
#CFAAE9 (or 0xCFAAE9) is known color: Wisteria. HEX triplet: CF, AA and E9. RGB value is (207,170,233). Sum of RGB (Red+Green+Blue) = 207+170+233=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAE9 is #305516. Grayscale: #BCBCBC. Windows color (decimal): -3167511 or 15313615. OLE color: 15313615.
HSL color Cylindrical-coordinate representation of color #CFAAE9: hue angle of 275.24º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAAE9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 170 | 233 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.09 |
| HSL | 275.24º | 0.59% | 0.79% | - |
| HSV(B) | 275.24º | 0.27% | 0.91% | - |
| XYZ | 54.81 | 47.9 | 83.45 | - |
| YUV | 188.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 233 | 0.11 | 0.27 | 0 | 0.09 | 275.24 | 0.59 | 0.79 |
| Hex | CF | AA | E9 | B | 1B | 0 | 9 | 113 | 3B | 4F |
| Octal | 317 | 252 | 351 | 13 | 33 | 0 | 11 | 423 | 73 | 117 |
| Binary | 11001111 | 10101010 | 11101001 | 1011 | 11011 | 0 | 1001 | 100010011 | 111011 | 1001111 |
Color Harmonies of #CFAAE9
Complementary color
Monochromatic Colors of #CFAAE9
Black with #CFAAE9
Text Example
Text Example
White with #CFAAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAE9; }
p { color: rgb(207,170,233); }
H1.HeaderClassName
{
color: #CFAAE9;
}
.AnyTagClassName
{
color: #CFAAE9;
}
</style>
background-color css
<style>
a { background-color: #CFAAE9; }
a { background-color: rgb(207,170,233); }
div.DivClassName
{
background-color: #CFAAE9;
}
.BgClassName
{
background-color: #CFAAE9;
}
</style>
border-color css
<style>
span { border-color: #CFAAE9; }
span { border-color: rgb(207,170,233); }
td.TdClassName
{
border-color: #CFAAE9;
}
.TagClassName
{
border-color: #CFAAE9;
}
</style>