#CFABE2

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

Shades of Wisteria #CFABE2

Tints of Wisteria #CFABE2

Color information

#CFABE2 (or 0xCFABE2) is unknown color: approx Wisteria. HEX triplet: CF, AB and E2. RGB value is (207,171,226). Sum of RGB (Red+Green+Blue) = 207+171+226=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABE2 is #30541D. Grayscale: #BBBBBB. Windows color (decimal): -3167262 or 14855119. OLE color: 14855119.

HSL color Cylindrical-coordinate representation of color #CFABE2: hue angle of 279.27º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFABE2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207171226-
CMYK0.080.2400.11
HSL279.27º48.67%77.84%-
HSV(B)279.27º24.34%88.63%-
XYZ54.0247.8878.35-
YUV188.03149.43141.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=34.27%
G=28.31%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071712260.080.2400.11279.2748.6777.84
HexCFABE28180B117314e
Octal317253342103001342761116
Binary110011111010101111100010100011000010111000101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABE2; }

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

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

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

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

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

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

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

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