Shades of Wisteria #CFACDF
Tints of Wisteria #CFACDF
RGB
CMYK
RGB Variations
Color information
#CFACDF (or 0xCFACDF) is known color: Wisteria. HEX triplet: CF, AC and DF. RGB value is (207,172,223). Sum of RGB (Red+Green+Blue) = 207+172+223=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACDF is #305320. Grayscale: #BCBCBC. Windows color (decimal): -3167009 or 14658767. OLE color: 14658767.
HSL color Cylindrical-coordinate representation of color #CFACDF: hue angle of 281.18º 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 #CFACDF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 172 | 223 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 281.18º | 0.44% | 0.77% | - |
| HSV(B) | 281.18º | 0.23% | 0.87% | - |
| XYZ | 53.8 | 48.1 | 76.26 | - |
| YUV | 188.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 223 | 0.07 | 0.23 | 0 | 0.13 | 281.18 | 0.44 | 0.77 |
| Hex | CF | AC | DF | 7 | 17 | 0 | D | 119 | 2C | 4D |
| Octal | 317 | 254 | 337 | 7 | 27 | 0 | 15 | 431 | 54 | 115 |
| Binary | 11001111 | 10101100 | 11011111 | 111 | 10111 | 0 | 1101 | 100011001 | 101100 | 1001101 |
Color Harmonies of #CFACDF
Complementary color
Monochromatic Colors of #CFACDF
Black with #CFACDF
Text Example
Text Example
White with #CFACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACDF; }
p { color: rgb(207,172,223); }
H1.HeaderClassName
{
color: #CFACDF;
}
.AnyTagClassName
{
color: #CFACDF;
}
</style>
background-color css
<style>
a { background-color: #CFACDF; }
a { background-color: rgb(207,172,223); }
div.DivClassName
{
background-color: #CFACDF;
}
.BgClassName
{
background-color: #CFACDF;
}
</style>
border-color css
<style>
span { border-color: #CFACDF; }
span { border-color: rgb(207,172,223); }
td.TdClassName
{
border-color: #CFACDF;
}
.TagClassName
{
border-color: #CFACDF;
}
</style>