#CDA8DE

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

Shades of Wisteria #CDA8DE

Tints of Wisteria #CDA8DE

Color information

#CDA8DE (or 0xCDA8DE) is unknown color: approx Wisteria. HEX triplet: CD, A8 and DE. RGB value is (205,168,222). Sum of RGB (Red+Green+Blue) = 205+168+222=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DE is #325721. Grayscale: #B9B9B9. Windows color (decimal): -3299106 or 14592205. OLE color: 14592205.

HSL color Cylindrical-coordinate representation of color #CDA8DE: hue angle of 281.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA8DE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205168222-
CMYK0.080.2400.13
HSL281.11º45%76.47%-
HSV(B)281.11º24.32%87.06%-
XYZ52.3646.2675.28-
YUV185.22148.76142.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=34.45%
G=28.24%
B=37.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051682220.080.2400.13281.114576.47
HexCDA8DE8180D1192d4c
Octal315250336103001543155114
Binary110011011010100011011110100011000011011000110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8DE; }

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

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

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

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

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

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

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

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