#CFABE3

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

Shades of Wisteria #CFABE3

Tints of Wisteria #CFABE3

Color information

#CFABE3 (or 0xCFABE3) is unknown color: approx Wisteria. HEX triplet: CF, AB and E3. RGB value is (207,171,227). Sum of RGB (Red+Green+Blue) = 207+171+227=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABE3 is #30541C. Grayscale: #BBBBBB. Windows color (decimal): -3167261 or 14920655. OLE color: 14920655.

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

Color convert

RGB207171227-
CMYK0.090.2500.11
HSL278.57º50%78.04%-
HSV(B)278.57º24.67%89.02%-
XYZ54.1647.9479.07-
YUV188.15149.93141.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=34.21%
G=28.26%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071712270.090.2500.11278.575078.04
HexCFABE39190B117324e
Octal317253343113101342762116
Binary110011111010101111100011100111001010111000101111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABE3; }

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

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

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

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

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

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

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

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