#CDA9DE

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

Shades of Wisteria #CDA9DE

Tints of Wisteria #CDA9DE

Color information

#CDA9DE (or 0xCDA9DE) is unknown color: approx Wisteria. HEX triplet: CD, A9 and DE. RGB value is (205,169,222). Sum of RGB (Red+Green+Blue) = 205+169+222=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DE is #325621. Grayscale: #B9B9B9. Windows color (decimal): -3298850 or 14592461. OLE color: 14592461.

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

Color convert

RGB205169222-
CMYK0.080.2400.13
HSL280.75º44.54%76.67%-
HSV(B)280.75º23.87%87.06%-
XYZ52.5546.6375.34-
YUV185.81148.43141.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=34.40%
G=28.36%
B=37.25%

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
Decimal2051692220.080.2400.13280.7544.5476.67
HexCDA9DE8180D1192d4d
Octal315251336103001543155115
Binary110011011010100111011110100011000011011000110011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9DE; }

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

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

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

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

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

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

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

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