#CDA4DB

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

Shades of Wisteria #CDA4DB

Tints of Wisteria #CDA4DB

Color information

#CDA4DB (or 0xCDA4DB) is unknown color: approx Wisteria. HEX triplet: CD, A4 and DB. RGB value is (205,164,219). Sum of RGB (Red+Green+Blue) = 205+164+219=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DB is #325B24. Grayscale: #B6B6B6. Windows color (decimal): -3300133 or 14394573. OLE color: 14394573.

HSL color Cylindrical-coordinate representation of color #CDA4DB: hue angle of 284.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA4DB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205164219-
CMYK0.060.2500.14
HSL284.73º43.31%75.1%-
HSV(B)284.73º25.11%85.88%-
XYZ51.2444.6472.93-
YUV182.53148.58144.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=34.86%
G=27.89%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051642190.060.2500.14284.7343.3175.1
HexCDA4DB6190E11d2b4b
Octal31524433363101643553113
Binary11001101101001001101101111011001011101000111011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4DB; }

 p { color: rgb(205,164,219); }

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

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

 a { background-color: rgb(205,164,219); }

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

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

 span { border-color: rgb(205,164,219); }

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