Shades of Wisteria #CFABE6
Tints of Wisteria #CFABE6
RGB
CMYK
RGB Variations
Color information
#CFABE6 (or 0xCFABE6) is known color: Wisteria. HEX triplet: CF, AB and E6. RGB value is (207,171,230). Sum of RGB (Red+Green+Blue) = 207+171+230=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABE6 is #305419. Grayscale: #BCBCBC. Windows color (decimal): -3167258 or 15117263. OLE color: 15117263.
HSL color Cylindrical-coordinate representation of color #CFABE6: hue angle of 276.61º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFABE6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 171 | 230 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.10 |
| HSL | 276.61º | 0.54% | 0.79% | - |
| HSV(B) | 276.61º | 0.26% | 0.9% | - |
| XYZ | 54.58 | 48.1 | 81.27 | - |
| YUV | 188.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 230 | 0.10 | 0.26 | 0 | 0.10 | 276.61 | 0.54 | 0.79 |
| Hex | CF | AB | E6 | A | 1A | 0 | A | 115 | 36 | 4F |
| Octal | 317 | 253 | 346 | 12 | 32 | 0 | 12 | 425 | 66 | 117 |
| Binary | 11001111 | 10101011 | 11100110 | 1010 | 11010 | 0 | 1010 | 100010101 | 110110 | 1001111 |
Color Harmonies of #CFABE6
Complementary color
Monochromatic Colors of #CFABE6
Black with #CFABE6
Text Example
Text Example
White with #CFABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABE6; }
p { color: rgb(207,171,230); }
H1.HeaderClassName
{
color: #CFABE6;
}
.AnyTagClassName
{
color: #CFABE6;
}
</style>
background-color css
<style>
a { background-color: #CFABE6; }
a { background-color: rgb(207,171,230); }
div.DivClassName
{
background-color: #CFABE6;
}
.BgClassName
{
background-color: #CFABE6;
}
</style>
border-color css
<style>
span { border-color: #CFABE6; }
span { border-color: rgb(207,171,230); }
td.TdClassName
{
border-color: #CFABE6;
}
.TagClassName
{
border-color: #CFABE6;
}
</style>