Shades of Wisteria #CFACE7
Tints of Wisteria #CFACE7
RGB
CMYK
RGB Variations
Color information
#CFACE7 (or 0xCFACE7) is known color: Wisteria. HEX triplet: CF, AC and E7. RGB value is (207,172,231). Sum of RGB (Red+Green+Blue) = 207+172+231=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACE7 is #305318. Grayscale: #BCBCBC. Windows color (decimal): -3167001 or 15183055. OLE color: 15183055.
HSL color Cylindrical-coordinate representation of color #CFACE7: hue angle of 275.59º degrees, saturation: 0.55, 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 #CFACE7 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 172 | 231 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.09 |
| HSL | 275.59º | 0.55% | 0.79% | - |
| HSV(B) | 275.59º | 0.26% | 0.91% | - |
| XYZ | 54.91 | 48.54 | 82.08 | - |
| YUV | 189.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 231 | 0.10 | 0.26 | 0 | 0.09 | 275.59 | 0.55 | 0.79 |
| Hex | CF | AC | E7 | A | 1A | 0 | 9 | 114 | 37 | 4F |
| Octal | 317 | 254 | 347 | 12 | 32 | 0 | 11 | 424 | 67 | 117 |
| Binary | 11001111 | 10101100 | 11100111 | 1010 | 11010 | 0 | 1001 | 100010100 | 110111 | 1001111 |
Color Harmonies of #CFACE7
Complementary color
Monochromatic Colors of #CFACE7
Black with #CFACE7
Text Example
Text Example
White with #CFACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACE7; }
p { color: rgb(207,172,231); }
H1.HeaderClassName
{
color: #CFACE7;
}
.AnyTagClassName
{
color: #CFACE7;
}
</style>
background-color css
<style>
a { background-color: #CFACE7; }
a { background-color: rgb(207,172,231); }
div.DivClassName
{
background-color: #CFACE7;
}
.BgClassName
{
background-color: #CFACE7;
}
</style>
border-color css
<style>
span { border-color: #CFACE7; }
span { border-color: rgb(207,172,231); }
td.TdClassName
{
border-color: #CFACE7;
}
.TagClassName
{
border-color: #CFACE7;
}
</style>