#CDA8DB

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

Shades of Wisteria #CDA8DB

Tints of Wisteria #CDA8DB

Color information

#CDA8DB (or 0xCDA8DB) is unknown color: approx Wisteria. HEX triplet: CD, A8 and DB. RGB value is (205,168,219). Sum of RGB (Red+Green+Blue) = 205+168+219=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DB is #325724. Grayscale: #B8B8B8. Windows color (decimal): -3299109 or 14395597. OLE color: 14395597.

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

Color convert

RGB205168219-
CMYK0.060.2300.14
HSL283.53º41.46%75.88%-
HSV(B)283.53º23.29%85.88%-
XYZ51.9746.173.18-
YUV184.88147.26142.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=34.63%
G=28.38%
B=36.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051682190.060.2300.14283.5341.4675.88
HexCDA8DB6170E11c294c
Octal31525033362701643451114
Binary11001101101010001101101111010111011101000111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8DB; }

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

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

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

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

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

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

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

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