#CDA7DB

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

Shades of Wisteria #CDA7DB

Tints of Wisteria #CDA7DB

Color information

#CDA7DB (or 0xCDA7DB) is unknown color: approx Wisteria. HEX triplet: CD, A7 and DB. RGB value is (205,167,219). Sum of RGB (Red+Green+Blue) = 205+167+219=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7DB is #325824. Grayscale: #B8B8B8. Windows color (decimal): -3299365 or 14395341. OLE color: 14395341.

HSL color Cylindrical-coordinate representation of color #CDA7DB: hue angle of 283.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA7DB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205167219-
CMYK0.060.2400.14
HSL283.85º41.94%75.69%-
HSV(B)283.85º23.74%85.88%-
XYZ51.7845.7373.12-
YUV184.29147.59142.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=34.69%
G=28.26%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051672190.060.2400.14283.8541.9475.69
HexCDA7DB6180E11c2a4c
Octal31524733363001643452114
Binary11001101101001111101101111011000011101000111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7DB; }

 p { color: rgb(205,167,219); }

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

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

 a { background-color: rgb(205,167,219); }

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

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

 span { border-color: rgb(205,167,219); }

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