#CAAAD9

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

Shades of Wisteria #CAAAD9

Tints of Wisteria #CAAAD9

Color information

#CAAAD9 (or 0xCAAAD9) is unknown color: approx Wisteria. HEX triplet: CA, AA and D9. RGB value is (202,170,217). Sum of RGB (Red+Green+Blue) = 202+170+217=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAAAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD9 is #355526. Grayscale: #B8B8B8. Windows color (decimal): -3495207 or 14265034. OLE color: 14265034.

HSL color Cylindrical-coordinate representation of color #CAAAD9: hue angle of 280.85º degrees, saturation: 0.38, 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 #CAAAD9 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202170217-
CMYK0.070.2200.15
HSL280.85º38.21%75.88%-
HSV(B)280.85º21.66%85.1%-
XYZ51.2646.3271.88-
YUV184.93146.1140.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=34.30%
G=28.86%
B=36.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021702170.070.2200.15280.8538.2175.88
HexCAAAD97160F119264c
Octal31225233172601743146114
Binary11001010101010101101100111110110011111000110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAD9; }

 p { color: rgb(202,170,217); }

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

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

 a { background-color: rgb(202,170,217); }

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

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

 span { border-color: rgb(202,170,217); }

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