#CCA4D8

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

Shades of Wisteria #CCA4D8

Tints of Wisteria #CCA4D8

Color information

#CCA4D8 (or 0xCCA4D8) is unknown color: approx Wisteria. HEX triplet: CC, A4 and D8. RGB value is (204,164,216). Sum of RGB (Red+Green+Blue) = 204+164+216=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4D8 is #335B27. Grayscale: #B5B5B5. Windows color (decimal): -3365672 or 14197964. OLE color: 14197964.

HSL color Cylindrical-coordinate representation of color #CCA4D8: hue angle of 286.15º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA4D8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204164216-
CMYK0.060.2400.15
HSL286.15º40%74.51%-
HSV(B)286.15º24.07%84.71%-
XYZ50.5744.3570.86-
YUV181.89147.25143.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=34.93%
G=28.08%
B=36.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041642160.060.2400.15286.154074.51
HexCCA4D86180F11e284b
Octal31424433063001743650113
Binary11001100101001001101100011011000011111000111101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4D8; }

 p { color: rgb(204,164,216); }

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

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

 a { background-color: rgb(204,164,216); }

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

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

 span { border-color: rgb(204,164,216); }

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