Shades of Wisteria #CFACE4
Tints of Wisteria #CFACE4
RGB
CMYK
RGB Variations
Color information
#CFACE4 (or 0xCFACE4) is known color: Wisteria. HEX triplet: CF, AC and E4. RGB value is (207,172,228). Sum of RGB (Red+Green+Blue) = 207+172+228=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACE4 is #30531B. Grayscale: #BCBCBC. Windows color (decimal): -3167004 or 14986447. OLE color: 14986447.
HSL color Cylindrical-coordinate representation of color #CFACE4: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFACE4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 172 | 228 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.11 |
| HSL | 277.5º | 0.51% | 0.78% | - |
| HSV(B) | 277.5º | 0.25% | 0.89% | - |
| XYZ | 54.49 | 48.37 | 79.86 | - |
| YUV | 188.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 228 | 0.09 | 0.25 | 0 | 0.11 | 277.5 | 0.51 | 0.78 |
| Hex | CF | AC | E4 | 9 | 19 | 0 | B | 116 | 33 | 4E |
| Octal | 317 | 254 | 344 | 11 | 31 | 0 | 13 | 426 | 63 | 116 |
| Binary | 11001111 | 10101100 | 11100100 | 1001 | 11001 | 0 | 1011 | 100010110 | 110011 | 1001110 |
Color Harmonies of #CFACE4
Complementary color
Monochromatic Colors of #CFACE4
Black with #CFACE4
Text Example
Text Example
White with #CFACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACE4; }
p { color: rgb(207,172,228); }
H1.HeaderClassName
{
color: #CFACE4;
}
.AnyTagClassName
{
color: #CFACE4;
}
</style>
background-color css
<style>
a { background-color: #CFACE4; }
a { background-color: rgb(207,172,228); }
div.DivClassName
{
background-color: #CFACE4;
}
.BgClassName
{
background-color: #CFACE4;
}
</style>
border-color css
<style>
span { border-color: #CFACE4; }
span { border-color: rgb(207,172,228); }
td.TdClassName
{
border-color: #CFACE4;
}
.TagClassName
{
border-color: #CFACE4;
}
</style>