#CDA5EB

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

Shades of Wisteria #CDA5EB

Tints of Wisteria #CDA5EB

Color information

#CDA5EB (or 0xCDA5EB) is unknown color: approx Wisteria. HEX triplet: CD, A5 and EB. RGB value is (205,165,235). Sum of RGB (Red+Green+Blue) = 205+165+235=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5EB is #325A14. Grayscale: #B8B8B8. Windows color (decimal): -3299861 or 15443405. OLE color: 15443405.

HSL color Cylindrical-coordinate representation of color #CDA5EB: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA5EB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205165235-
CMYK0.130.3000.08
HSL274.29º63.64%78.43%-
HSV(B)274.29º29.79%92.16%-
XYZ53.6345.8984.63-
YUV184.94156.25142.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=33.88%
G=27.27%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051652350.130.3000.08274.2963.6478.43
HexCDA5EBD1E08112404e
Octal3152453531536010422100116
Binary1100110110100101111010111101111100100010001001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5EB; }

 p { color: rgb(205,165,235); }

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

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

 a { background-color: rgb(205,165,235); }

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

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

 span { border-color: rgb(205,165,235); }

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