#DAACE3

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

Shades of Plum #DAACE3

Tints of Plum #DAACE3

Color information

#DAACE3 (or 0xDAACE3) is unknown color: approx Plum. HEX triplet: DA, AC and E3. RGB value is (218,172,227). Sum of RGB (Red+Green+Blue) = 218+172+227=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACE3 is #25531C. Grayscale: #BFBFBF. Windows color (decimal): -2446109 or 14920922. OLE color: 14920922.

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

Color convert

RGB218172227-
CMYK0.040.2400.11
HSL290.18º49.55%78.24%-
HSV(B)290.18º24.23%89.02%-
XYZ57.5349.9679.28-
YUV192.02147.74146.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=35.33%
G=27.88%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181722270.040.2400.11290.1849.5578.24
HexDAACE34180B122324e
Octal33225434343001344262116
Binary11011010101011001110001110011000010111001000101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACE3; }

 p { color: rgb(218,172,227); }

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

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

 a { background-color: rgb(218,172,227); }

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

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

 span { border-color: rgb(218,172,227); }

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