Shades of Wisteria #CFABE8
Tints of Wisteria #CFABE8
RGB
CMYK
RGB Variations
Color information
#CFABE8 (or 0xCFABE8) is known color: Wisteria. HEX triplet: CF, AB and E8. RGB value is (207,171,232). Sum of RGB (Red+Green+Blue) = 207+171+232=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABE8 is #305417. Grayscale: #BCBCBC. Windows color (decimal): -3167256 or 15248335. OLE color: 15248335.
HSL color Cylindrical-coordinate representation of color #CFABE8: hue angle of 275.41º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFABE8 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 171 | 232 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.09 |
| HSL | 275.41º | 0.57% | 0.79% | - |
| HSV(B) | 275.41º | 0.26% | 0.91% | - |
| XYZ | 54.86 | 48.22 | 82.76 | - |
| YUV | 188.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 232 | 0.11 | 0.26 | 0 | 0.09 | 275.41 | 0.57 | 0.79 |
| Hex | CF | AB | E8 | B | 1A | 0 | 9 | 113 | 39 | 4F |
| Octal | 317 | 253 | 350 | 13 | 32 | 0 | 11 | 423 | 71 | 117 |
| Binary | 11001111 | 10101011 | 11101000 | 1011 | 11010 | 0 | 1001 | 100010011 | 111001 | 1001111 |
Color Harmonies of #CFABE8
Complementary color
Monochromatic Colors of #CFABE8
Black with #CFABE8
Text Example
Text Example
White with #CFABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABE8; }
p { color: rgb(207,171,232); }
H1.HeaderClassName
{
color: #CFABE8;
}
.AnyTagClassName
{
color: #CFABE8;
}
</style>
background-color css
<style>
a { background-color: #CFABE8; }
a { background-color: rgb(207,171,232); }
div.DivClassName
{
background-color: #CFABE8;
}
.BgClassName
{
background-color: #CFABE8;
}
</style>
border-color css
<style>
span { border-color: #CFABE8; }
span { border-color: rgb(207,171,232); }
td.TdClassName
{
border-color: #CFABE8;
}
.TagClassName
{
border-color: #CFABE8;
}
</style>