#CCABDE

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

Shades of Wisteria #CCABDE

Tints of Wisteria #CCABDE

Color information

#CCABDE (or 0xCCABDE) is unknown color: approx Wisteria. HEX triplet: CC, AB and DE. RGB value is (204,171,222). Sum of RGB (Red+Green+Blue) = 204+171+222=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDE is #335421. Grayscale: #BABABA. Windows color (decimal): -3363874 or 14592972. OLE color: 14592972.

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

Color convert

RGB204171222-
CMYK0.080.2300.13
HSL278.82º43.59%77.06%-
HSV(B)278.82º22.97%87.06%-
XYZ52.6547.2475.45-
YUV186.68147.93140.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=34.17%
G=28.64%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041712220.080.2300.13278.8243.5977.06
HexCCABDE8170D1172c4d
Octal314253336102701542754115
Binary110011001010101111011110100010111011011000101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABDE; }

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

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

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

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

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

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

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

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