Shades of Wisteria #CFAADD
Tints of Wisteria #CFAADD
RGB
CMYK
RGB Variations
Color information
#CFAADD (or 0xCFAADD) is known color: Wisteria. HEX triplet: CF, AA and DD. RGB value is (207,170,221). Sum of RGB (Red+Green+Blue) = 207+170+221=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADD is #305522. Grayscale: #BABABA. Windows color (decimal): -3167523 or 14527183. OLE color: 14527183.
HSL color Cylindrical-coordinate representation of color #CFAADD: hue angle of 283.53º degrees, saturation: 0.43, 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 #CFAADD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 170 | 221 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.13 |
| HSL | 283.53º | 0.43% | 0.77% | - |
| HSV(B) | 283.53º | 0.23% | 0.87% | - |
| XYZ | 53.16 | 47.24 | 74.72 | - |
| YUV | 186.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 221 | 0.06 | 0.23 | 0 | 0.13 | 283.53 | 0.43 | 0.77 |
| Hex | CF | AA | DD | 6 | 17 | 0 | D | 11C | 2B | 4D |
| Octal | 317 | 252 | 335 | 6 | 27 | 0 | 15 | 434 | 53 | 115 |
| Binary | 11001111 | 10101010 | 11011101 | 110 | 10111 | 0 | 1101 | 100011100 | 101011 | 1001101 |
Color Harmonies of #CFAADD
Complementary color
Monochromatic Colors of #CFAADD
Black with #CFAADD
Text Example
Text Example
White with #CFAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAADD; }
p { color: rgb(207,170,221); }
H1.HeaderClassName
{
color: #CFAADD;
}
.AnyTagClassName
{
color: #CFAADD;
}
</style>
background-color css
<style>
a { background-color: #CFAADD; }
a { background-color: rgb(207,170,221); }
div.DivClassName
{
background-color: #CFAADD;
}
.BgClassName
{
background-color: #CFAADD;
}
</style>
border-color css
<style>
span { border-color: #CFAADD; }
span { border-color: rgb(207,170,221); }
td.TdClassName
{
border-color: #CFAADD;
}
.TagClassName
{
border-color: #CFAADD;
}
</style>