#CDA1EE

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

Shades of Wisteria #CDA1EE

Tints of Wisteria #CDA1EE

Color information

#CDA1EE (or 0xCDA1EE) is unknown color: approx Wisteria. HEX triplet: CD, A1 and EE. RGB value is (205,161,238). Sum of RGB (Red+Green+Blue) = 205+161+238=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1EE is #325E11. Grayscale: #B6B6B6. Windows color (decimal): -3300882 or 15638989. OLE color: 15638989.

HSL color Cylindrical-coordinate representation of color #CDA1EE: hue angle of 274.29º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA1EE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205161238-
CMYK0.140.3200.07
HSL274.29º69.37%78.24%-
HSV(B)274.29º32.35%93.33%-
XYZ53.3544.6486.69-
YUV182.93159.08143.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=33.94%
G=26.66%
B=39.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051612380.140.3200.07274.2969.3778.24
HexCDA1EEE2007112454e
Octal315241356164007422105116
Binary1100110110100001111011101110100000011110001001010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1EE; }

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

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

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

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

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

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

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

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