#DCADE8

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

Shades of Plum #DCADE8

Tints of Plum #DCADE8

Color information

#DCADE8 (or 0xDCADE8) is unknown color: approx Plum. HEX triplet: DC, AD and E8. RGB value is (220,173,232). Sum of RGB (Red+Green+Blue) = 220+173+232=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADE8 is #235217. Grayscale: #C1C1C1. Windows color (decimal): -2314776 or 15248860. OLE color: 15248860.

HSL color Cylindrical-coordinate representation of color #DCADE8: hue angle of 287.8º degrees, saturation: 0.56, 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 #DCADE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220173232-
CMYK0.050.2500.09
HSL287.8º56.19%79.41%-
HSV(B)287.8º25.43%90.98%-
XYZ59.0250.9383.06-
YUV193.78149.57146.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=35.2%
G=27.68%
B=37.12%

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
Decimal2201732320.050.2500.09287.856.1979.41
HexDCADE851909120384f
Octal33425535053101144070117
Binary11011100101011011110100010111001010011001000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADE8; }

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

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

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

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

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

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

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

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