#CCA9DE

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

Shades of Wisteria #CCA9DE

Tints of Wisteria #CCA9DE

Color information

#CCA9DE (or 0xCCA9DE) is unknown color: approx Wisteria. HEX triplet: CC, A9 and DE. RGB value is (204,169,222). Sum of RGB (Red+Green+Blue) = 204+169+222=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9DE is #335621. Grayscale: #B9B9B9. Windows color (decimal): -3364386 or 14592460. OLE color: 14592460.

HSL color Cylindrical-coordinate representation of color #CCA9DE: hue angle of 279.62º degrees, saturation: 0.45, 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 #CCA9DE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204169222-
CMYK0.080.2400.13
HSL279.62º44.54%76.67%-
HSV(B)279.62º23.87%87.06%-
XYZ52.2746.4975.33-
YUV185.51148.6141.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=34.29%
G=28.40%
B=37.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041692220.080.2400.13279.6244.5476.67
HexCCA9DE8180D1182d4d
Octal314251336103001543055115
Binary110011001010100111011110100011000011011000110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9DE; }

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

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

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

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

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

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

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

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