#CCA4DE

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

Shades of Wisteria #CCA4DE

Tints of Wisteria #CCA4DE

Color information

#CCA4DE (or 0xCCA4DE) is unknown color: approx Wisteria. HEX triplet: CC, A4 and DE. RGB value is (204,164,222). Sum of RGB (Red+Green+Blue) = 204+164+222=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DE is #335B21. Grayscale: #B6B6B6. Windows color (decimal): -3365666 or 14591180. OLE color: 14591180.

HSL color Cylindrical-coordinate representation of color #CCA4DE: hue angle of 281.38º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA4DE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204164222-
CMYK0.080.2600.13
HSL281.38º46.77%75.69%-
HSV(B)281.38º26.13%87.06%-
XYZ51.3644.6675.02-
YUV182.57150.25143.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=34.58%
G=27.80%
B=37.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041642220.080.2600.13281.3846.7775.69
HexCCA4DE81A0D1192f4c
Octal314244336103201543157114
Binary110011001010010011011110100011010011011000110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4DE; }

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

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

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

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

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

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

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

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