#CDA9DC

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

Shades of Wisteria #CDA9DC

Tints of Wisteria #CDA9DC

Color information

#CDA9DC (or 0xCDA9DC) is unknown color: approx Wisteria. HEX triplet: CD, A9 and DC. RGB value is (205,169,220). Sum of RGB (Red+Green+Blue) = 205+169+220=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DC is #325623. Grayscale: #B9B9B9. Windows color (decimal): -3298852 or 14461389. OLE color: 14461389.

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

Color convert

RGB205169220-
CMYK0.070.2300.14
HSL282.35º42.15%76.27%-
HSV(B)282.35º23.18%86.27%-
XYZ52.2846.5273.93-
YUV185.58147.43141.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=34.51%
G=28.45%
B=37.04%

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
Decimal2051692200.070.2300.14282.3542.1576.27
HexCDA9DC7170E11a2a4c
Octal31525133472701643252114
Binary11001101101010011101110011110111011101000110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9DC; }

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

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

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

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

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

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

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

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