#DCADE1

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

Shades of Plum #DCADE1

Tints of Plum #DCADE1

Color information

#DCADE1 (or 0xDCADE1) is unknown color: approx Plum. HEX triplet: DC, AD and E1. RGB value is (220,173,225). Sum of RGB (Red+Green+Blue) = 220+173+225=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE1 is #23521E. Grayscale: #C0C0C0. Windows color (decimal): -2314783 or 14790108. OLE color: 14790108.

HSL color Cylindrical-coordinate representation of color #DCADE1: hue angle of 294.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCADE1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220173225-
CMYK0.020.2300.12
HSL294.23º46.43%78.04%-
HSV(B)294.23º23.11%88.24%-
XYZ58.0550.5477.93-
YUV192.98146.07147.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=35.60%
G=27.99%
B=36.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201732250.020.2300.12294.2346.4378.04
HexDCADE12170C1262e4e
Octal33425534122701444656116
Binary1101110010101101111000011010111011001001001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADE1; }

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

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

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

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

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

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

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

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