#CFA9E5

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

Shades of Wisteria #CFA9E5

Tints of Wisteria #CFA9E5

Color information

#CFA9E5 (or 0xCFA9E5) is unknown color: approx Wisteria. HEX triplet: CF, A9 and E5. RGB value is (207,169,229). Sum of RGB (Red+Green+Blue) = 207+169+229=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E5 is #30561A. Grayscale: #BBBBBB. Windows color (decimal): -3167771 or 15051215. OLE color: 15051215.

HSL color Cylindrical-coordinate representation of color #CFA9E5: hue angle of 278º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA9E5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207169229-
CMYK0.100.2600.10
HSL278º53.57%78.04%-
HSV(B)278º26.2%89.8%-
XYZ54.0647.380.41-
YUV187.2151.59142.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 229 (89.84% from 255) = 37.85%
R=34.21%
G=27.93%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071692290.100.2600.1027853.5778.04
HexCFA9E5A1A0A116364e
Octal317251345123201242666116
Binary110011111010100111100101101011010010101000101101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9E5; }

 p { color: rgb(207,169,229); }

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

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

 a { background-color: rgb(207,169,229); }

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

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

 span { border-color: rgb(207,169,229); }

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