#DCADE7

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

Shades of Plum #DCADE7

Tints of Plum #DCADE7

Color information

#DCADE7 (or 0xDCADE7) is unknown color: approx Plum. HEX triplet: DC, AD and E7. RGB value is (220,173,231). Sum of RGB (Red+Green+Blue) = 220+173+231=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADE7 is #235218. Grayscale: #C1C1C1. Windows color (decimal): -2314777 or 15183324. OLE color: 15183324.

HSL color Cylindrical-coordinate representation of color #DCADE7: hue angle of 288.62º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCADE7 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220173231-
CMYK0.050.2500.09
HSL288.62º54.72%79.22%-
HSV(B)288.62º25.11%90.59%-
XYZ58.8850.8782.32-
YUV193.66149.07146.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=35.26%
G=27.72%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201732310.050.2500.09288.6254.7279.22
HexDCADE751909121374f
Octal33425534753101144167117
Binary11011100101011011110011110111001010011001000011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADE7; }

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

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

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

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

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

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

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

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