Shades of Wisteria #CFAADC
Tints of Wisteria #CFAADC
RGB
CMYK
RGB Variations
Color information
#CFAADC (or 0xCFAADC) is known color: Wisteria. HEX triplet: CF, AA and DC. RGB value is (207,170,220). Sum of RGB (Red+Green+Blue) = 207+170+220=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADC is #305523. Grayscale: #BABABA. Windows color (decimal): -3167524 or 14461647. OLE color: 14461647.
HSL color Cylindrical-coordinate representation of color #CFAADC: hue angle of 284.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAADC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 170 | 220 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.14 |
| HSL | 284.4º | 0.42% | 0.76% | - |
| HSV(B) | 284.4º | 0.23% | 0.86% | - |
| XYZ | 53.03 | 47.18 | 74.02 | - |
| YUV | 186.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 220 | 0.06 | 0.23 | 0 | 0.14 | 284.4 | 0.42 | 0.76 |
| Hex | CF | AA | DC | 6 | 17 | 0 | E | 11C | 2A | 4C |
| Octal | 317 | 252 | 334 | 6 | 27 | 0 | 16 | 434 | 52 | 114 |
| Binary | 11001111 | 10101010 | 11011100 | 110 | 10111 | 0 | 1110 | 100011100 | 101010 | 1001100 |
Color Harmonies of #CFAADC
Complementary color
Monochromatic Colors of #CFAADC
Black with #CFAADC
Text Example
Text Example
White with #CFAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAADC; }
p { color: rgb(207,170,220); }
H1.HeaderClassName
{
color: #CFAADC;
}
.AnyTagClassName
{
color: #CFAADC;
}
</style>
background-color css
<style>
a { background-color: #CFAADC; }
a { background-color: rgb(207,170,220); }
div.DivClassName
{
background-color: #CFAADC;
}
.BgClassName
{
background-color: #CFAADC;
}
</style>
border-color css
<style>
span { border-color: #CFAADC; }
span { border-color: rgb(207,170,220); }
td.TdClassName
{
border-color: #CFAADC;
}
.TagClassName
{
border-color: #CFAADC;
}
</style>