#CCA9DF

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

Shades of Wisteria #CCA9DF

Tints of Wisteria #CCA9DF

Color information

#CCA9DF (or 0xCCA9DF) is unknown color: approx Wisteria. HEX triplet: CC, A9 and DF. RGB value is (204,169,223). Sum of RGB (Red+Green+Blue) = 204+169+223=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9DF is #335620. Grayscale: #B9B9B9. Windows color (decimal): -3364385 or 14657996. OLE color: 14657996.

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

Color convert

RGB204169223-
CMYK0.090.2400.13
HSL278.89º45.76%76.86%-
HSV(B)278.89º24.22%87.45%-
XYZ52.4146.5476.03-
YUV185.62149.1141.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=34.23%
G=28.36%
B=37.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041692230.090.2400.13278.8945.7676.86
HexCCA9DF9180D1172e4d
Octal314251337113001542756115
Binary110011001010100111011111100111000011011000101111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9DF; }

 p { color: rgb(204,169,223); }

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

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

 a { background-color: rgb(204,169,223); }

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

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

 span { border-color: rgb(204,169,223); }

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