#CFA9E0

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

Shades of Wisteria #CFA9E0

Tints of Wisteria #CFA9E0

Color information

#CFA9E0 (or 0xCFA9E0) is unknown color: approx Wisteria. HEX triplet: CF, A9 and E0. RGB value is (207,169,224). Sum of RGB (Red+Green+Blue) = 207+169+224=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E0 is #30561F. Grayscale: #BABABA. Windows color (decimal): -3167776 or 14723535. OLE color: 14723535.

HSL color Cylindrical-coordinate representation of color #CFA9E0: hue angle of 281.45º degrees, saturation: 0.47, 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 #CFA9E0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207169224-
CMYK0.080.2500.12
HSL281.45º47.01%77.06%-
HSV(B)281.45º24.55%87.84%-
XYZ53.3747.0276.78-
YUV186.63149.09142.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 169 (66.41% from 255) = 28.17%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=34.5%
G=28.17%
B=37.33%

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
Decimal2071692240.080.2500.12281.4547.0177.06
HexCFA9E08190C1192f4d
Octal317251340103101443157115
Binary110011111010100111100000100011001011001000110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9E0; }

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

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

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

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

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

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

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

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