#CCA6DB

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

Shades of Wisteria #CCA6DB

Tints of Wisteria #CCA6DB

Color information

#CCA6DB (or 0xCCA6DB) is unknown color: approx Wisteria. HEX triplet: CC, A6 and DB. RGB value is (204,166,219). Sum of RGB (Red+Green+Blue) = 204+166+219=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DB is #335924. Grayscale: #B7B7B7. Windows color (decimal): -3365157 or 14395084. OLE color: 14395084.

HSL color Cylindrical-coordinate representation of color #CCA6DB: hue angle of 283.02º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA6DB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204166219-
CMYK0.070.2400.14
HSL283.02º42.4%75.49%-
HSV(B)283.02º24.2%85.88%-
XYZ51.3245.2273.04-
YUV183.4148.09142.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=34.63%
G=28.18%
B=37.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041662190.070.2400.14283.0242.475.49
HexCCA6DB7180E11b2a4b
Octal31424633373001643352113
Binary11001100101001101101101111111000011101000110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6DB; }

 p { color: rgb(204,166,219); }

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

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

 a { background-color: rgb(204,166,219); }

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

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

 span { border-color: rgb(204,166,219); }

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