#DCAEE1

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

Shades of Plum #DCAEE1

Tints of Plum #DCAEE1

Color information

#DCAEE1 (or 0xDCAEE1) is unknown color: approx Plum. HEX triplet: DC, AE and E1. RGB value is (220,174,225). Sum of RGB (Red+Green+Blue) = 220+174+225=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE1 is #23511E. Grayscale: #C1C1C1. Windows color (decimal): -2314527 or 14790364. OLE color: 14790364.

HSL color Cylindrical-coordinate representation of color #DCAEE1: hue angle of 294.12º 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 #DCAEE1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220174225-
CMYK0.020.2300.12
HSL294.12º45.95%78.24%-
HSV(B)294.12º22.67%88.24%-
XYZ58.2450.9277.99-
YUV193.57145.74146.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=35.54%
G=28.11%
B=36.35%

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
Decimal2201742250.020.2300.12294.1245.9578.24
HexDCAEE12170C1262e4e
Octal33425634122701444656116
Binary1101110010101110111000011010111011001001001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEE1; }

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

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

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

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

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

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

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

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