Shades of Wisteria #CFABDD
Tints of Wisteria #CFABDD
RGB
CMYK
RGB Variations
Color information
#CFABDD (or 0xCFABDD) is known color: Wisteria. HEX triplet: CF, AB and DD. RGB value is (207,171,221). Sum of RGB (Red+Green+Blue) = 207+171+221=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDD is #305422. Grayscale: #BBBBBB. Windows color (decimal): -3167267 or 14527439. OLE color: 14527439.
HSL color Cylindrical-coordinate representation of color #CFABDD: hue angle of 283.2º degrees, saturation: 0.42, 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 #CFABDD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 171 | 221 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.13 |
| HSL | 283.2º | 0.42% | 0.77% | - |
| HSV(B) | 283.2º | 0.23% | 0.87% | - |
| XYZ | 53.35 | 47.61 | 74.78 | - |
| YUV | 187.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 221 | 0.06 | 0.23 | 0 | 0.13 | 283.2 | 0.42 | 0.77 |
| Hex | CF | AB | DD | 6 | 17 | 0 | D | 11B | 2A | 4D |
| Octal | 317 | 253 | 335 | 6 | 27 | 0 | 15 | 433 | 52 | 115 |
| Binary | 11001111 | 10101011 | 11011101 | 110 | 10111 | 0 | 1101 | 100011011 | 101010 | 1001101 |
Color Harmonies of #CFABDD
Complementary color
Monochromatic Colors of #CFABDD
Black with #CFABDD
Text Example
Text Example
White with #CFABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABDD; }
p { color: rgb(207,171,221); }
H1.HeaderClassName
{
color: #CFABDD;
}
.AnyTagClassName
{
color: #CFABDD;
}
</style>
background-color css
<style>
a { background-color: #CFABDD; }
a { background-color: rgb(207,171,221); }
div.DivClassName
{
background-color: #CFABDD;
}
.BgClassName
{
background-color: #CFABDD;
}
</style>
border-color css
<style>
span { border-color: #CFABDD; }
span { border-color: rgb(207,171,221); }
td.TdClassName
{
border-color: #CFABDD;
}
.TagClassName
{
border-color: #CFABDD;
}
</style>