Shades of Wisteria #CFACE8
Tints of Wisteria #CFACE8
RGB
CMYK
RGB Variations
Color information
#CFACE8 (or 0xCFACE8) is known color: Wisteria. HEX triplet: CF, AC and E8. RGB value is (207,172,232). Sum of RGB (Red+Green+Blue) = 207+172+232=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACE8 is #305317. Grayscale: #BDBDBD. Windows color (decimal): -3167000 or 15248591. OLE color: 15248591.
HSL color Cylindrical-coordinate representation of color #CFACE8: hue angle of 275º 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 #CFACE8 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 172 | 232 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.09 |
| HSL | 275º | 0.57% | 0.79% | - |
| HSV(B) | 275º | 0.26% | 0.91% | - |
| XYZ | 55.05 | 48.6 | 82.82 | - |
| YUV | 189.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 232 | 0.11 | 0.26 | 0 | 0.09 | 275 | 0.57 | 0.79 |
| Hex | CF | AC | E8 | B | 1A | 0 | 9 | 113 | 39 | 4F |
| Octal | 317 | 254 | 350 | 13 | 32 | 0 | 11 | 423 | 71 | 117 |
| Binary | 11001111 | 10101100 | 11101000 | 1011 | 11010 | 0 | 1001 | 100010011 | 111001 | 1001111 |
Color Harmonies of #CFACE8
Complementary color
Monochromatic Colors of #CFACE8
Black with #CFACE8
Text Example
Text Example
White with #CFACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACE8; }
p { color: rgb(207,172,232); }
H1.HeaderClassName
{
color: #CFACE8;
}
.AnyTagClassName
{
color: #CFACE8;
}
</style>
background-color css
<style>
a { background-color: #CFACE8; }
a { background-color: rgb(207,172,232); }
div.DivClassName
{
background-color: #CFACE8;
}
.BgClassName
{
background-color: #CFACE8;
}
</style>
border-color css
<style>
span { border-color: #CFACE8; }
span { border-color: rgb(207,172,232); }
td.TdClassName
{
border-color: #CFACE8;
}
.TagClassName
{
border-color: #CFACE8;
}
</style>