#CDAAE1

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

Shades of Wisteria #CDAAE1

Tints of Wisteria #CDAAE1

Color information

#CDAAE1 (or 0xCDAAE1) is unknown color: approx Wisteria. HEX triplet: CD, AA and E1. RGB value is (205,170,225). Sum of RGB (Red+Green+Blue) = 205+170+225=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAE1 is #32551E. Grayscale: #BABABA. Windows color (decimal): -3298591 or 14789325. OLE color: 14789325.

HSL color Cylindrical-coordinate representation of color #CDAAE1: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDAAE1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205170225-
CMYK0.090.2400.12
HSL278.18º47.83%77.45%-
HSV(B)278.18º24.44%88.24%-
XYZ53.1447.1677.54-
YUV186.74149.6141.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=34.17%
G=28.33%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051702250.090.2400.12278.1847.8377.45
HexCDAAE19180C116304d
Octal315252341113001442660115
Binary110011011010101011100001100111000011001000101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAE1; }

 p { color: rgb(205,170,225); }

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

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

 a { background-color: rgb(205,170,225); }

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

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

 span { border-color: rgb(205,170,225); }

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