#DCADE2

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

Shades of Plum #DCADE2

Tints of Plum #DCADE2

Color information

#DCADE2 (or 0xDCADE2) is unknown color: approx Plum. HEX triplet: DC, AD and E2. RGB value is (220,173,226). Sum of RGB (Red+Green+Blue) = 220+173+226=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE2 is #23521D. Grayscale: #C0C0C0. Windows color (decimal): -2314782 or 14855644. OLE color: 14855644.

HSL color Cylindrical-coordinate representation of color #DCADE2: hue angle of 293.21º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCADE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220173226-
CMYK0.030.2300.11
HSL293.21º47.75%78.24%-
HSV(B)293.21º23.45%88.63%-
XYZ58.1950.5978.65-
YUV193.1146.57147.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=35.54%
G=27.95%
B=36.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201732260.030.2300.11293.2147.7578.24
HexDCADE23170B125304e
Octal33425534232701344560116
Binary1101110010101101111000101110111010111001001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADE2; }

 p { color: rgb(220,173,226); }

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

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

 a { background-color: rgb(220,173,226); }

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

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

 span { border-color: rgb(220,173,226); }

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