Shades of Wisteria #CFABDF
Tints of Wisteria #CFABDF
RGB
CMYK
RGB Variations
Color information
#CFABDF (or 0xCFABDF) is known color: Wisteria. HEX triplet: CF, AB and DF. RGB value is (207,171,223). Sum of RGB (Red+Green+Blue) = 207+171+223=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDF is #305420. Grayscale: #BBBBBB. Windows color (decimal): -3167265 or 14658511. OLE color: 14658511.
HSL color Cylindrical-coordinate representation of color #CFABDF: hue angle of 281.54º degrees, saturation: 0.45, 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 #CFABDF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 171 | 223 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 281.54º | 0.45% | 0.77% | - |
| HSV(B) | 281.54º | 0.23% | 0.87% | - |
| XYZ | 53.61 | 47.72 | 76.2 | - |
| YUV | 187.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 223 | 0.07 | 0.23 | 0 | 0.13 | 281.54 | 0.45 | 0.77 |
| Hex | CF | AB | DF | 7 | 17 | 0 | D | 11A | 2D | 4D |
| Octal | 317 | 253 | 337 | 7 | 27 | 0 | 15 | 432 | 55 | 115 |
| Binary | 11001111 | 10101011 | 11011111 | 111 | 10111 | 0 | 1101 | 100011010 | 101101 | 1001101 |
Color Harmonies of #CFABDF
Complementary color
Monochromatic Colors of #CFABDF
Black with #CFABDF
Text Example
Text Example
White with #CFABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABDF; }
p { color: rgb(207,171,223); }
H1.HeaderClassName
{
color: #CFABDF;
}
.AnyTagClassName
{
color: #CFABDF;
}
</style>
background-color css
<style>
a { background-color: #CFABDF; }
a { background-color: rgb(207,171,223); }
div.DivClassName
{
background-color: #CFABDF;
}
.BgClassName
{
background-color: #CFABDF;
}
</style>
border-color css
<style>
span { border-color: #CFABDF; }
span { border-color: rgb(207,171,223); }
td.TdClassName
{
border-color: #CFABDF;
}
.TagClassName
{
border-color: #CFABDF;
}
</style>