#CCAAE0

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

Shades of Wisteria #CCAAE0

Tints of Wisteria #CCAAE0

Color information

#CCAAE0 (or 0xCCAAE0) is unknown color: approx Wisteria. HEX triplet: CC, AA and E0. RGB value is (204,170,224). Sum of RGB (Red+Green+Blue) = 204+170+224=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAE0 is #33551F. Grayscale: #BABABA. Windows color (decimal): -3364128 or 14723788. OLE color: 14723788.

HSL color Cylindrical-coordinate representation of color #CCAAE0: hue angle of 277.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAAE0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204170224-
CMYK0.090.2400.12
HSL277.78º46.55%77.25%-
HSV(B)277.78º24.11%87.84%-
XYZ52.7346.9776.81-
YUV186.32149.26140.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=34.11%
G=28.43%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041702240.090.2400.12277.7846.5577.25
HexCCAAE09180C1162f4d
Octal314252340113001442657115
Binary110011001010101011100000100111000011001000101101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAE0; }

 p { color: rgb(204,170,224); }

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

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

 a { background-color: rgb(204,170,224); }

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

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

 span { border-color: rgb(204,170,224); }

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