#CDAADD

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

Shades of Wisteria #CDAADD

Tints of Wisteria #CDAADD

Color information

#CDAADD (or 0xCDAADD) is unknown color: approx Wisteria. HEX triplet: CD, AA and DD. RGB value is (205,170,221). Sum of RGB (Red+Green+Blue) = 205+170+221=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADD is #325522. Grayscale: #BABABA. Windows color (decimal): -3298595 or 14527181. OLE color: 14527181.

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

Color convert

RGB205170221-
CMYK0.070.2300.13
HSL281.18º42.86%76.67%-
HSV(B)281.18º23.08%86.67%-
XYZ52.646.9574.7-
YUV186.28147.6141.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=34.40%
G=28.52%
B=37.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051702210.070.2300.13281.1842.8676.67
HexCDAADD7170D1192b4d
Octal31525233572701543153115
Binary11001101101010101101110111110111011011000110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAADD; }

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

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

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

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

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

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

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

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