#CFABE9

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

Shades of Wisteria #CFABE9

Tints of Wisteria #CFABE9

Color information

#CFABE9 (or 0xCFABE9) is unknown color: approx Wisteria. HEX triplet: CF, AB and E9. RGB value is (207,171,233). Sum of RGB (Red+Green+Blue) = 207+171+233=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABE9 is #305416. Grayscale: #BCBCBC. Windows color (decimal): -3167255 or 15313871. OLE color: 15313871.

HSL color Cylindrical-coordinate representation of color #CFABE9: hue angle of 274.84º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFABE9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207171233-
CMYK0.110.2700.09
HSL274.84º58.49%79.22%-
HSV(B)274.84º26.61%91.37%-
XYZ5548.2783.51-
YUV188.83152.93140.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=33.88%
G=27.99%
B=38.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071712330.110.2700.09274.8458.4979.22
HexCFABE9B1B091133a4f
Octal317253351133301142372117
Binary110011111010101111101001101111011010011000100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABE9; }

 p { color: rgb(207,171,233); }

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

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

 a { background-color: rgb(207,171,233); }

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

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

 span { border-color: rgb(207,171,233); }

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