Shades of Wisteria #CFAAEA
Tints of Wisteria #CFAAEA
RGB
CMYK
RGB Variations
Color information
#CFAAEA (or 0xCFAAEA) is known color: Wisteria. HEX triplet: CF, AA and EA. RGB value is (207,170,234). Sum of RGB (Red+Green+Blue) = 207+170+234=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEA is #305515. Grayscale: #BCBCBC. Windows color (decimal): -3167510 or 15379151. OLE color: 15379151.
HSL color Cylindrical-coordinate representation of color #CFAAEA: hue angle of 274.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAAEA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 170 | 234 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.08 |
| HSL | 274.69º | 0.6% | 0.79% | - |
| HSV(B) | 274.69º | 0.27% | 0.92% | - |
| XYZ | 54.96 | 47.96 | 84.2 | - |
| YUV | 188.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 234 | 0.12 | 0.27 | 0 | 0.08 | 274.69 | 0.6 | 0.79 |
| Hex | CF | AA | EA | C | 1B | 0 | 8 | 113 | 3C | 4F |
| Octal | 317 | 252 | 352 | 14 | 33 | 0 | 10 | 423 | 74 | 117 |
| Binary | 11001111 | 10101010 | 11101010 | 1100 | 11011 | 0 | 1000 | 100010011 | 111100 | 1001111 |
Color Harmonies of #CFAAEA
Complementary color
Monochromatic Colors of #CFAAEA
Black with #CFAAEA
Text Example
Text Example
White with #CFAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAEA; }
p { color: rgb(207,170,234); }
H1.HeaderClassName
{
color: #CFAAEA;
}
.AnyTagClassName
{
color: #CFAAEA;
}
</style>
background-color css
<style>
a { background-color: #CFAAEA; }
a { background-color: rgb(207,170,234); }
div.DivClassName
{
background-color: #CFAAEA;
}
.BgClassName
{
background-color: #CFAAEA;
}
</style>
border-color css
<style>
span { border-color: #CFAAEA; }
span { border-color: rgb(207,170,234); }
td.TdClassName
{
border-color: #CFAAEA;
}
.TagClassName
{
border-color: #CFAAEA;
}
</style>