Shades of Wisteria #CFAADE
Tints of Wisteria #CFAADE
RGB
CMYK
RGB Variations
Color information
#CFAADE (or 0xCFAADE) is known color: Wisteria. HEX triplet: CF, AA and DE. RGB value is (207,170,222). Sum of RGB (Red+Green+Blue) = 207+170+222=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADE is #305521. Grayscale: #BABABA. Windows color (decimal): -3167522 or 14592719. OLE color: 14592719.
HSL color Cylindrical-coordinate representation of color #CFAADE: hue angle of 282.69º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAADE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 170 | 222 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 282.69º | 0.44% | 0.77% | - |
| HSV(B) | 282.69º | 0.23% | 0.87% | - |
| XYZ | 53.29 | 47.29 | 75.43 | - |
| YUV | 186.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 222 | 0.07 | 0.23 | 0 | 0.13 | 282.69 | 0.44 | 0.77 |
| Hex | CF | AA | DE | 7 | 17 | 0 | D | 11B | 2C | 4D |
| Octal | 317 | 252 | 336 | 7 | 27 | 0 | 15 | 433 | 54 | 115 |
| Binary | 11001111 | 10101010 | 11011110 | 111 | 10111 | 0 | 1101 | 100011011 | 101100 | 1001101 |
Color Harmonies of #CFAADE
Complementary color
Monochromatic Colors of #CFAADE
Black with #CFAADE
Text Example
Text Example
White with #CFAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAADE; }
p { color: rgb(207,170,222); }
H1.HeaderClassName
{
color: #CFAADE;
}
.AnyTagClassName
{
color: #CFAADE;
}
</style>
background-color css
<style>
a { background-color: #CFAADE; }
a { background-color: rgb(207,170,222); }
div.DivClassName
{
background-color: #CFAADE;
}
.BgClassName
{
background-color: #CFAADE;
}
</style>
border-color css
<style>
span { border-color: #CFAADE; }
span { border-color: rgb(207,170,222); }
td.TdClassName
{
border-color: #CFAADE;
}
.TagClassName
{
border-color: #CFAADE;
}
</style>