#DCAEE5

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

Shades of Plum #DCAEE5

Tints of Plum #DCAEE5

Color information

#DCAEE5 (or 0xDCAEE5) is unknown color: approx Plum. HEX triplet: DC, AE and E5. RGB value is (220,174,229). Sum of RGB (Red+Green+Blue) = 220+174+229=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE5 is #23511A. Grayscale: #C1C1C1. Windows color (decimal): -2314523 or 15052508. OLE color: 15052508.

HSL color Cylindrical-coordinate representation of color #DCAEE5: hue angle of 290.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAEE5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220174229-
CMYK0.040.2400.10
HSL290.18º51.4%79.02%-
HSV(B)290.18º24.02%89.8%-
XYZ58.7951.1480.9-
YUV194.02147.74146.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=35.31%
G=27.93%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201742290.040.2400.10290.1851.479.02
HexDCAEE54180A122334f
Octal33425634543001244263117
Binary11011100101011101110010110011000010101001000101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEE5; }

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

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

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

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

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

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

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

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