#CAA8DE

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

Shades of Wisteria #CAA8DE

Tints of Wisteria #CAA8DE

Color information

#CAA8DE (or 0xCAA8DE) is unknown color: approx Wisteria. HEX triplet: CA, A8 and DE. RGB value is (202,168,222). Sum of RGB (Red+Green+Blue) = 202+168+222=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DE is #355721. Grayscale: #B8B8B8. Windows color (decimal): -3495714 or 14592202. OLE color: 14592202.

HSL color Cylindrical-coordinate representation of color #CAA8DE: hue angle of 277.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA8DE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202168222-
CMYK0.090.2400.13
HSL277.78º45%76.47%-
HSV(B)277.78º24.32%87.06%-
XYZ51.5445.8475.24-
YUV184.32149.26140.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=34.12%
G=28.38%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021682220.090.2400.13277.784576.47
HexCAA8DE9180D1162d4c
Octal312250336113001542655114
Binary110010101010100011011110100111000011011000101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8DE; }

 p { color: rgb(202,168,222); }

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

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

 a { background-color: rgb(202,168,222); }

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

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

 span { border-color: rgb(202,168,222); }

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