#CFACE1

Color #CFACE1 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CFACE1

Tints of Wisteria #CFACE1

Color information

#CFACE1 (or 0xCFACE1) is unknown color: approx Wisteria. HEX triplet: CF, AC and E1. RGB value is (207,172,225). Sum of RGB (Red+Green+Blue) = 207+172+225=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACE1 is #30531E. Grayscale: #BCBCBC. Windows color (decimal): -3167007 or 14789839. OLE color: 14789839.

HSL color Cylindrical-coordinate representation of color #CFACE1: hue angle of 279.62º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFACE1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207172225-
CMYK0.080.2400.12
HSL279.62º46.9%77.84%-
HSV(B)279.62º23.56%88.24%-
XYZ54.0848.2177.69-
YUV188.51148.6141.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=34.27%
G=28.48%
B=37.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071722250.080.2400.12279.6246.977.84
HexCFACE18180C1182f4e
Octal317254341103001443057116
Binary110011111010110011100001100011000011001000110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACE1; }

 p { color: rgb(207,172,225); }

 H1.HeaderClassName
 {
   color: #CFACE1;
 }
 .AnyTagClassName
 {
   color: #CFACE1;
 }
</style>
background-color css

<style>
 a { background-color: #CFACE1; }

 a { background-color: rgb(207,172,225); }

 div.DivClassName
 {
   background-color: #CFACE1;
 }
 .BgClassName
 {
   background-color: #CFACE1;
 }
</style>
border-color css

<style>
 span { border-color: #CFACE1; }

 span { border-color: rgb(207,172,225); }

 td.TdClassName
 {
   border-color: #CFACE1;
 }
 .TagClassName
 {
   border-color: #CFACE1;
 }
</style>