#CCAADC

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

Shades of Wisteria #CCAADC

Tints of Wisteria #CCAADC

Color information

#CCAADC (or 0xCCAADC) is unknown color: approx Wisteria. HEX triplet: CC, AA and DC. RGB value is (204,170,220). Sum of RGB (Red+Green+Blue) = 204+170+220=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADC is #335523. Grayscale: #B9B9B9. Windows color (decimal): -3364132 or 14461644. OLE color: 14461644.

HSL color Cylindrical-coordinate representation of color #CCAADC: hue angle of 280.8º degrees, saturation: 0.42, 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 #CCAADC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204170220-
CMYK0.070.2300.14
HSL280.8º41.67%76.47%-
HSV(B)280.8º22.73%86.27%-
XYZ52.1946.7573.98-
YUV185.87147.26140.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=34.34%
G=28.62%
B=37.04%

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
Decimal2041702200.070.2300.14280.841.6776.47
HexCCAADC7170E1192a4c
Octal31425233472701643152114
Binary11001100101010101101110011110111011101000110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAADC; }

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

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

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

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

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

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

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

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