#CDA9DD

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

Shades of Wisteria #CDA9DD

Tints of Wisteria #CDA9DD

Color information

#CDA9DD (or 0xCDA9DD) is unknown color: approx Wisteria. HEX triplet: CD, A9 and DD. RGB value is (205,169,221). Sum of RGB (Red+Green+Blue) = 205+169+221=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DD is #325622. Grayscale: #B9B9B9. Windows color (decimal): -3298851 or 14526925. OLE color: 14526925.

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

Color convert

RGB205169221-
CMYK0.070.2400.13
HSL281.54º43.33%76.47%-
HSV(B)281.54º23.53%86.67%-
XYZ52.4246.5874.63-
YUV185.69147.93141.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=34.45%
G=28.40%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051692210.070.2400.13281.5443.3376.47
HexCDA9DD7180D11a2b4c
Octal31525133573001543253114
Binary11001101101010011101110111111000011011000110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9DD; }

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

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

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

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

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

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

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

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