#CCAAE1

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

Shades of Wisteria #CCAAE1

Tints of Wisteria #CCAAE1

Color information

#CCAAE1 (or 0xCCAAE1) is unknown color: approx Wisteria. HEX triplet: CC, AA and E1. RGB value is (204,170,225). Sum of RGB (Red+Green+Blue) = 204+170+225=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAE1 is #33551E. Grayscale: #BABABA. Windows color (decimal): -3364127 or 14789324. OLE color: 14789324.

HSL color Cylindrical-coordinate representation of color #CCAAE1: hue angle of 277.09º degrees, saturation: 0.48, 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 #CCAAE1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204170225-
CMYK0.090.2400.12
HSL277.09º47.83%77.45%-
HSV(B)277.09º24.44%88.24%-
XYZ52.8747.0277.52-
YUV186.44149.76140.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=34.06%
G=28.38%
B=37.56%

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
Decimal2041702250.090.2400.12277.0947.8377.45
HexCCAAE19180C115304d
Octal314252341113001442560115
Binary110011001010101011100001100111000011001000101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAE1; }

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

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

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

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

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

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

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

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