#CFAAE2

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

Shades of Wisteria #CFAAE2

Tints of Wisteria #CFAAE2

Color information

#CFAAE2 (or 0xCFAAE2) is unknown color: approx Wisteria. HEX triplet: CF, AA and E2. RGB value is (207,170,226). Sum of RGB (Red+Green+Blue) = 207+170+226=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAE2 is #30551D. Grayscale: #BBBBBB. Windows color (decimal): -3167518 or 14854863. OLE color: 14854863.

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

Color convert

RGB207170226-
CMYK0.080.2500.11
HSL279.64º49.12%77.65%-
HSV(B)279.64º24.78%88.63%-
XYZ53.8347.5178.28-
YUV187.45149.76141.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=34.33%
G=28.19%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071702260.080.2500.11279.6449.1277.65
HexCFAAE28190B118314e
Octal317252342103101343061116
Binary110011111010101011100010100011001010111000110001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAE2; }

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

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

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

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

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

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

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

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