#CDAADA

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

Shades of Wisteria #CDAADA

Tints of Wisteria #CDAADA

Color information

#CDAADA (or 0xCDAADA) is unknown color: approx Wisteria. HEX triplet: CD, AA and DA. RGB value is (205,170,218). Sum of RGB (Red+Green+Blue) = 205+170+218=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADA is #325525. Grayscale: #B9B9B9. Windows color (decimal): -3298598 or 14330573. OLE color: 14330573.

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

Color convert

RGB205170218-
CMYK0.060.2200.15
HSL283.75º39.34%76.08%-
HSV(B)283.75º22.02%85.49%-
XYZ52.2146.7972.61-
YUV185.94146.1141.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=34.57%
G=28.67%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051702180.060.2200.15283.7539.3476.08
HexCDAADA6160F11c274c
Octal31525233262601743447114
Binary11001101101010101101101011010110011111000111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAADA; }

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

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

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

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

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

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

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

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