#cface0

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

Shades of Wisteria #CFACE0

Tints of Wisteria #CFACE0

Color information

#CFACE0 (or 0xCFACE0) is unknown color: approx Wisteria. HEX triplet: CF, AC and E0. RGB value is (207,172,224). Sum of RGB (Red+Green+Blue) = 207+172+224=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACE0 is #30531F. Grayscale: #BCBCBC. Windows color (decimal): -3167008 or 14724303. OLE color: 14724303.

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

Color convert

RGB207172224-
CMYK0.080.2300.12
HSL280.38º45.61%77.65%-
HSV(B)280.38º23.21%87.84%-
XYZ53.9448.1576.97-
YUV188.39148.1141.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=34.33%
G=28.52%
B=37.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071722240.080.2300.12280.3845.6177.65
HexCFACE08170C1182e4e
Octal317254340102701443056116
Binary110011111010110011100000100010111011001000110001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cface0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cface0; }

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

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

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

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

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

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

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

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