#CDAADE

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

Shades of Wisteria #CDAADE

Tints of Wisteria #CDAADE

Color information

#CDAADE (or 0xCDAADE) is unknown color: approx Wisteria. HEX triplet: CD, AA and DE. RGB value is (205,170,222). Sum of RGB (Red+Green+Blue) = 205+170+222=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADE is #325521. Grayscale: #BABABA. Windows color (decimal): -3298594 or 14592717. OLE color: 14592717.

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

Color convert

RGB205170222-
CMYK0.080.2300.13
HSL280.38º44.07%76.86%-
HSV(B)280.38º23.42%87.06%-
XYZ52.744775.4-
YUV186.39148.1141.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=34.34%
G=28.48%
B=37.19%

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
Decimal2051702220.080.2300.13280.3844.0776.86
HexCDAADE8170D1182c4d
Octal315252336102701543054115
Binary110011011010101011011110100010111011011000110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAADE; }

 p { color: rgb(205,170,222); }

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

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

 a { background-color: rgb(205,170,222); }

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

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

 span { border-color: rgb(205,170,222); }

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