#CFAAE4

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

Shades of Wisteria #CFAAE4

Tints of Wisteria #CFAAE4

Color information

#CFAAE4 (or 0xCFAAE4) is unknown color: approx Wisteria. HEX triplet: CF, AA and E4. RGB value is (207,170,228). Sum of RGB (Red+Green+Blue) = 207+170+228=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAE4 is #30551B. Grayscale: #BBBBBB. Windows color (decimal): -3167516 or 14985935. OLE color: 14985935.

HSL color Cylindrical-coordinate representation of color #CFAAE4: hue angle of 278.28º degrees, saturation: 0.52, 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 #CFAAE4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207170228-
CMYK0.090.2500.11
HSL278.28º51.79%78.04%-
HSV(B)278.28º25.44%89.41%-
XYZ54.1147.6279.74-
YUV187.68150.76141.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=34.21%
G=28.10%
B=37.69%

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
Decimal2071702280.090.2500.11278.2851.7978.04
HexCFAAE49190B116344e
Octal317252344113101342664116
Binary110011111010101011100100100111001010111000101101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAE4; }

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

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

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

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

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

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

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

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