#CDA1DB

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

Shades of Wisteria #CDA1DB

Tints of Wisteria #CDA1DB

Color information

#CDA1DB (or 0xCDA1DB) is unknown color: approx Wisteria. HEX triplet: CD, A1 and DB. RGB value is (205,161,219). Sum of RGB (Red+Green+Blue) = 205+161+219=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DB is #325E24. Grayscale: #B4B4B4. Windows color (decimal): -3300901 or 14393805. OLE color: 14393805.

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

Color convert

RGB205161219-
CMYK0.060.2600.14
HSL285.52º44.62%74.51%-
HSV(B)285.52º26.48%85.88%-
XYZ50.7143.5872.76-
YUV180.77149.58145.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=35.04%
G=27.52%
B=37.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051612190.060.2600.14285.5244.6274.51
HexCDA1DB61A0E11e2d4b
Octal31524133363201643655113
Binary11001101101000011101101111011010011101000111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1DB; }

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

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

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

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

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

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

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

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