#CCA4DB

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

Shades of Wisteria #CCA4DB

Tints of Wisteria #CCA4DB

Color information

#CCA4DB (or 0xCCA4DB) is unknown color: approx Wisteria. HEX triplet: CC, A4 and DB. RGB value is (204,164,219). Sum of RGB (Red+Green+Blue) = 204+164+219=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DB is #335B24. Grayscale: #B6B6B6. Windows color (decimal): -3365669 or 14394572. OLE color: 14394572.

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

Color convert

RGB204164219-
CMYK0.070.2500.14
HSL283.64º43.31%75.1%-
HSV(B)283.64º25.11%85.88%-
XYZ50.9644.572.92-
YUV182.23148.75143.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=34.75%
G=27.94%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041642190.070.2500.14283.6443.3175.1
HexCCA4DB7190E11c2b4b
Octal31424433373101643453113
Binary11001100101001001101101111111001011101000111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4DB; }

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

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

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

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

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

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

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

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