#DCAEE8

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

Shades of Plum #DCAEE8

Tints of Plum #DCAEE8

Color information

#DCAEE8 (or 0xDCAEE8) is unknown color: approx Plum. HEX triplet: DC, AE and E8. RGB value is (220,174,232). Sum of RGB (Red+Green+Blue) = 220+174+232=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEE8 is #235117. Grayscale: #C2C2C2. Windows color (decimal): -2314520 or 15249116. OLE color: 15249116.

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

Color convert

RGB220174232-
CMYK0.050.2500.09
HSL287.59º55.77%79.61%-
HSV(B)287.59º25%90.98%-
XYZ59.2251.3183.13-
YUV194.37149.24146.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=35.14%
G=27.80%
B=37.06%

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
Decimal2201742320.050.2500.09287.5955.7779.61
HexDCAEE8519091203850
Octal33425635053101144070120
Binary11011100101011101110100010111001010011001000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEE8; }

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

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

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

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

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

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

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

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