#DAACE2

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

Shades of Plum #DAACE2

Tints of Plum #DAACE2

Color information

#DAACE2 (or 0xDAACE2) is unknown color: approx Plum. HEX triplet: DA, AC and E2. RGB value is (218,172,226). Sum of RGB (Red+Green+Blue) = 218+172+226=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACE2 is #25531D. Grayscale: #BFBFBF. Windows color (decimal): -2446110 or 14855386. OLE color: 14855386.

HSL color Cylindrical-coordinate representation of color #DAACE2: hue angle of 291.11º degrees, saturation: 0.48, 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 #DAACE2 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218172226-
CMYK0.040.2400.11
HSL291.11º48.21%78.04%-
HSV(B)291.11º23.89%88.63%-
XYZ57.3949.978.56-
YUV191.91147.24146.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=35.39%
G=27.92%
B=36.69%

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
Decimal2181722260.040.2400.11291.1148.2178.04
HexDAACE24180B123304e
Octal33225434243001344360116
Binary11011010101011001110001010011000010111001000111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACE2; }

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

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

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

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

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

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

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

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