#CAAADD

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

Shades of Wisteria #CAAADD

Tints of Wisteria #CAAADD

Color information

#CAAADD (or 0xCAAADD) is unknown color: approx Wisteria. HEX triplet: CA, AA and DD. RGB value is (202,170,221). Sum of RGB (Red+Green+Blue) = 202+170+221=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADD is #355522. Grayscale: #B9B9B9. Windows color (decimal): -3495203 or 14527178. OLE color: 14527178.

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

Color convert

RGB202170221-
CMYK0.090.2300.13
HSL277.65º42.86%76.67%-
HSV(B)277.65º23.08%86.67%-
XYZ51.7846.5374.66-
YUV185.38148.1139.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=34.06%
G=28.67%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021702210.090.2300.13277.6542.8676.67
HexCAAADD9170D1162b4d
Octal312252335112701542653115
Binary110010101010101011011101100110111011011000101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAADD; }

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

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

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

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

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

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

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

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