#CCAADA

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

Shades of Wisteria #CCAADA

Tints of Wisteria #CCAADA

Color information

#CCAADA (or 0xCCAADA) is unknown color: approx Wisteria. HEX triplet: CC, AA and DA. RGB value is (204,170,218). Sum of RGB (Red+Green+Blue) = 204+170+218=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADA is #335525. Grayscale: #B9B9B9. Windows color (decimal): -3364134 or 14330572. OLE color: 14330572.

HSL color Cylindrical-coordinate representation of color #CCAADA: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAADA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204170218-
CMYK0.060.2200.15
HSL282.5º39.34%76.08%-
HSV(B)282.5º22.02%85.49%-
XYZ51.9346.6572.6-
YUV185.64146.26141.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=34.46%
G=28.72%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041702180.060.2200.15282.539.3476.08
HexCCAADA6160F11a274c
Octal31425233262601743247114
Binary11001100101010101101101011010110011111000110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAADA; }

 p { color: rgb(204,170,218); }

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

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

 a { background-color: rgb(204,170,218); }

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

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

 span { border-color: rgb(204,170,218); }

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