#CFACE3

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

Shades of Wisteria #CFACE3

Tints of Wisteria #CFACE3

Color information

#CFACE3 (or 0xCFACE3) is unknown color: approx Wisteria. HEX triplet: CF, AC and E3. RGB value is (207,172,227). Sum of RGB (Red+Green+Blue) = 207+172+227=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACE3 is #30531C. Grayscale: #BCBCBC. Windows color (decimal): -3167005 or 14920911. OLE color: 14920911.

HSL color Cylindrical-coordinate representation of color #CFACE3: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFACE3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207172227-
CMYK0.090.2400.11
HSL278.18º49.55%78.24%-
HSV(B)278.18º24.23%89.02%-
XYZ54.3548.3279.13-
YUV188.74149.6141.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=34.16%
G=28.38%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071722270.090.2400.11278.1849.5578.24
HexCFACE39180B116324e
Octal317254343113001342662116
Binary110011111010110011100011100111000010111000101101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACE3; }

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

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

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

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

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

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

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

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