#CFAAE7

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

Shades of Wisteria #CFAAE7

Tints of Wisteria #CFAAE7

Color information

#CFAAE7 (or 0xCFAAE7) is unknown color: approx Wisteria. HEX triplet: CF, AA and E7. RGB value is (207,170,231). Sum of RGB (Red+Green+Blue) = 207+170+231=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAE7 is #305518. Grayscale: #BBBBBB. Windows color (decimal): -3167513 or 15182543. OLE color: 15182543.

HSL color Cylindrical-coordinate representation of color #CFAAE7: hue angle of 276.39º 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 #CFAAE7 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207170231-
CMYK0.100.2600.09
HSL276.39º55.96%78.63%-
HSV(B)276.39º26.41%90.59%-
XYZ54.5347.7881.95-
YUV188.02152.26141.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=34.05%
G=27.96%
B=37.99%

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
Decimal2071702310.100.2600.09276.3955.9678.63
HexCFAAE7A1A09114384f
Octal317252347123201142470117
Binary110011111010101011100111101011010010011000101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAE7; }

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

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

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

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

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

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

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

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