#CDAAE4

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

Shades of Wisteria #CDAAE4

Tints of Wisteria #CDAAE4

Color information

#CDAAE4 (or 0xCDAAE4) is unknown color: approx Wisteria. HEX triplet: CD, AA and E4. RGB value is (205,170,228). Sum of RGB (Red+Green+Blue) = 205+170+228=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAE4 is #32551B. Grayscale: #BABABA. Windows color (decimal): -3298588 or 14985933. OLE color: 14985933.

HSL color Cylindrical-coordinate representation of color #CDAAE4: hue angle of 276.21º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDAAE4 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205170228-
CMYK0.100.2500.11
HSL276.21º51.79%78.04%-
HSV(B)276.21º25.44%89.41%-
XYZ53.5647.3379.71-
YUV187.08151.1140.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=34.00%
G=28.19%
B=37.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051702280.100.2500.11276.2151.7978.04
HexCDAAE4A190B114344e
Octal315252344123101342464116
Binary110011011010101011100100101011001010111000101001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAE4; }

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

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

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

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

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

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

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

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