#CDAADC

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

Shades of Wisteria #CDAADC

Tints of Wisteria #CDAADC

Color information

#CDAADC (or 0xCDAADC) is unknown color: approx Wisteria. HEX triplet: CD, AA and DC. RGB value is (205,170,220). Sum of RGB (Red+Green+Blue) = 205+170+220=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADC is #325523. Grayscale: #BABABA. Windows color (decimal): -3298596 or 14461645. OLE color: 14461645.

HSL color Cylindrical-coordinate representation of color #CDAADC: hue angle of 282º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAADC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205170220-
CMYK0.070.2300.14
HSL282º41.67%76.47%-
HSV(B)282º22.73%86.27%-
XYZ52.4746.974-
YUV186.16147.1141.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=34.45%
G=28.57%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051702200.070.2300.1428241.6776.47
HexCDAADC7170E11a2a4c
Octal31525233472701643252114
Binary11001101101010101101110011110111011101000110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAADC; }

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

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

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

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

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

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

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

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