#CCAAE3

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

Shades of Wisteria #CCAAE3

Tints of Wisteria #CCAAE3

Color information

#CCAAE3 (or 0xCCAAE3) is unknown color: approx Wisteria. HEX triplet: CC, AA and E3. RGB value is (204,170,227). Sum of RGB (Red+Green+Blue) = 204+170+227=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAE3 is #33551C. Grayscale: #BABABA. Windows color (decimal): -3364125 or 14920396. OLE color: 14920396.

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

Color convert

RGB204170227-
CMYK0.100.2500.11
HSL275.79º50.44%77.84%-
HSV(B)275.79º25.11%89.02%-
XYZ53.1447.1378.97-
YUV186.66150.76140.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=33.94%
G=28.29%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041702270.100.2500.11275.7950.4477.84
HexCCAAE3A190B114324e
Octal314252343123101342462116
Binary110011001010101011100011101011001010111000101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAE3; }

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

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

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

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

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

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

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

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