#CFA9E1

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

Shades of Wisteria #CFA9E1

Tints of Wisteria #CFA9E1

Color information

#CFA9E1 (or 0xCFA9E1) is unknown color: approx Wisteria. HEX triplet: CF, A9 and E1. RGB value is (207,169,225). Sum of RGB (Red+Green+Blue) = 207+169+225=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E1 is #30561E. Grayscale: #BABABA. Windows color (decimal): -3167775 or 14789071. OLE color: 14789071.

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

Color convert

RGB207169225-
CMYK0.080.2500.12
HSL280.71º48.28%77.25%-
HSV(B)280.71º24.89%88.24%-
XYZ53.5147.0877.5-
YUV186.75149.59142.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=34.44%
G=28.12%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071692250.080.2500.12280.7148.2877.25
HexCFA9E18190C119304d
Octal317251341103101443160115
Binary110011111010100111100001100011001011001000110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9E1; }

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

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

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

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

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

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

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

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