#CDA8E5

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

Shades of Wisteria #CDA8E5

Tints of Wisteria #CDA8E5

Color information

#CDA8E5 (or 0xCDA8E5) is unknown color: approx Wisteria. HEX triplet: CD, A8 and E5. RGB value is (205,168,229). Sum of RGB (Red+Green+Blue) = 205+168+229=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8E5 is #32571A. Grayscale: #B9B9B9. Windows color (decimal): -3299099 or 15050957. OLE color: 15050957.

HSL color Cylindrical-coordinate representation of color #CDA8E5: hue angle of 276.39º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA8E5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205168229-
CMYK0.100.2700.10
HSL276.39º53.98%77.84%-
HSV(B)276.39º26.64%89.8%-
XYZ53.3246.6480.32-
YUV186.02152.26141.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=34.05%
G=27.91%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051682290.100.2700.10276.3953.9877.84
HexCDA8E5A1B0A114364e
Octal315250345123301242466116
Binary110011011010100011100101101011011010101000101001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8E5; }

 p { color: rgb(205,168,229); }

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

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

 a { background-color: rgb(205,168,229); }

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

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

 span { border-color: rgb(205,168,229); }

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