#CDABDC

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

Shades of Wisteria #CDABDC

Tints of Wisteria #CDABDC

Color information

#CDABDC (or 0xCDABDC) is unknown color: approx Wisteria. HEX triplet: CD, AB and DC. RGB value is (205,171,220). Sum of RGB (Red+Green+Blue) = 205+171+220=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABDC is #325423. Grayscale: #BABABA. Windows color (decimal): -3298340 or 14461901. OLE color: 14461901.

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

Color convert

RGB205171220-
CMYK0.070.2200.14
HSL281.63º41.18%76.67%-
HSV(B)281.63º22.27%86.27%-
XYZ52.6647.2774.06-
YUV186.75146.76141.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=34.40%
G=28.69%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051712200.070.2200.14281.6341.1876.67
HexCDABDC7160E11a294d
Octal31525333472601643251115
Binary11001101101010111101110011110110011101000110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABDC; }

 p { color: rgb(205,171,220); }

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

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

 a { background-color: rgb(205,171,220); }

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

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

 span { border-color: rgb(205,171,220); }

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