#CCA8DB

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

Shades of Wisteria #CCA8DB

Tints of Wisteria #CCA8DB

Color information

#CCA8DB (or 0xCCA8DB) is unknown color: approx Wisteria. HEX triplet: CC, A8 and DB. RGB value is (204,168,219). Sum of RGB (Red+Green+Blue) = 204+168+219=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DB is #335724. Grayscale: #B8B8B8. Windows color (decimal): -3364645 or 14395596. OLE color: 14395596.

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

Color convert

RGB204168219-
CMYK0.070.2300.14
HSL282.35º41.46%75.88%-
HSV(B)282.35º23.29%85.88%-
XYZ51.6945.9673.16-
YUV184.58147.43141.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=34.52%
G=28.43%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041682190.070.2300.14282.3541.4675.88
HexCCA8DB7170E11a294c
Octal31425033372701643251114
Binary11001100101010001101101111110111011101000110101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8DB; }

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

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

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

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

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

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

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

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