#CCAADD

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

Shades of Wisteria #CCAADD

Tints of Wisteria #CCAADD

Color information

#CCAADD (or 0xCCAADD) is unknown color: approx Wisteria. HEX triplet: CC, AA and DD. RGB value is (204,170,221). Sum of RGB (Red+Green+Blue) = 204+170+221=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADD is #335522. Grayscale: #B9B9B9. Windows color (decimal): -3364131 or 14527180. OLE color: 14527180.

HSL color Cylindrical-coordinate representation of color #CCAADD: hue angle of 280º degrees, saturation: 0.43, 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 #CCAADD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204170221-
CMYK0.080.2300.13
HSL280º42.86%76.67%-
HSV(B)280º23.08%86.67%-
XYZ52.3346.8174.68-
YUV185.98147.76140.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

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
Decimal2041702210.080.2300.1328042.8676.67
HexCCAADD8170D1182b4d
Octal314252335102701543053115
Binary110011001010101011011101100010111011011000110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAADD; }

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

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

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

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

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

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

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

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