#CFACE7

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

Shades of Wisteria #CFACE7

Tints of Wisteria #CFACE7

Color information

#CFACE7 (or 0xCFACE7) is unknown color: approx 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

RGB207172231-
CMYK0.100.2600.09
HSL275.59º55.14%79.02%-
HSV(B)275.59º25.54%90.59%-
XYZ54.9148.5482.08-
YUV189.19151.6140.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=33.93%
G=28.20%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071722310.100.2600.09275.5955.1479.02
HexCFACE7A1A09114374f
Octal317254347123201142467117
Binary110011111010110011100111101011010010011000101001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>