#CDAADF

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

Shades of Wisteria #CDAADF

Tints of Wisteria #CDAADF

Color information

#CDAADF (or 0xCDAADF) is unknown color: approx Wisteria. HEX triplet: CD, AA and DF. RGB value is (205,170,223). Sum of RGB (Red+Green+Blue) = 205+170+223=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAADF is #325520. Grayscale: #BABABA. Windows color (decimal): -3298593 or 14658253. OLE color: 14658253.

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

Color convert

RGB205170223-
CMYK0.080.2400.13
HSL279.62º45.3%77.06%-
HSV(B)279.62º23.77%87.45%-
XYZ52.8747.0676.11-
YUV186.51148.6141.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=34.28%
G=28.43%
B=37.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051702230.080.2400.13279.6245.377.06
HexCDAADF8180D1182d4d
Octal315252337103001543055115
Binary110011011010101011011111100011000011011000110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAADF; }

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

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

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

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

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

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

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

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