#CDA6EB

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

Shades of Wisteria #CDA6EB

Tints of Wisteria #CDA6EB

Color information

#CDA6EB (or 0xCDA6EB) is unknown color: approx Wisteria. HEX triplet: CD, A6 and EB. RGB value is (205,166,235). Sum of RGB (Red+Green+Blue) = 205+166+235=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6EB is #325914. Grayscale: #B9B9B9. Windows color (decimal): -3299605 or 15443661. OLE color: 15443661.

HSL color Cylindrical-coordinate representation of color #CDA6EB: hue angle of 273.91º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA6EB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205166235-
CMYK0.130.2900.08
HSL273.91º63.3%78.63%-
HSV(B)273.91º29.36%92.16%-
XYZ53.8146.2584.69-
YUV185.53155.92141.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=33.83%
G=27.39%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051662350.130.2900.08273.9163.378.63
HexCDA6EBD1D081123f4f
Octal315246353153501042277117
Binary110011011010011011101011110111101010001000100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6EB; }

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

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

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

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

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

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

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

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