#CFABE7

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

Shades of Wisteria #CFABE7

Tints of Wisteria #CFABE7

Color information

#CFABE7 (or 0xCFABE7) is unknown color: approx Wisteria. HEX triplet: CF, AB and E7. RGB value is (207,171,231). Sum of RGB (Red+Green+Blue) = 207+171+231=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABE7 is #305418. Grayscale: #BCBCBC. Windows color (decimal): -3167257 or 15182799. OLE color: 15182799.

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

Color convert

RGB207171231-
CMYK0.100.2600.09
HSL276º55.56%78.82%-
HSV(B)276º25.97%90.59%-
XYZ54.7248.1682.01-
YUV188.6151.93141.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=33.99%
G=28.08%
B=37.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071712310.100.2600.0927655.5678.82
HexCFABE7A1A09114384f
Octal317253347123201142470117
Binary110011111010101111100111101011010010011000101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABE7; }

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

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

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

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

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

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

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

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