Shades of Plum #DAACE1
Tints of Plum #DAACE1
RGB
CMYK
RGB Variations
Color information
#DAACE1 (or 0xDAACE1) is known color: Plum. HEX triplet: DA, AC and E1. RGB value is (218,172,225). Sum of RGB (Red+Green+Blue) = 218+172+225=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACE1 is #25531E. Grayscale: #BFBFBF. Windows color (decimal): -2446111 or 14789850. OLE color: 14789850.
HSL color Cylindrical-coordinate representation of color #DAACE1: hue angle of 292.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAACE1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 172 | 225 | - |
CMYK | 0.03 | 0.24 | 0 | 0.12 |
HSL | 292.08º | 0.47% | 0.78% | - |
HSV(B) | 292.08º | 0.24% | 0.88% | - |
XYZ | 57.26 | 49.85 | 77.84 | - |
YUV | 191.8 | 146.74 | 146.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 225 | 0.03 | 0.24 | 0 | 0.12 | 292.08 | 0.47 | 0.78 |
Hex | DA | AC | E1 | 3 | 18 | 0 | C | 124 | 2F | 4E |
Octal | 332 | 254 | 341 | 3 | 30 | 0 | 14 | 444 | 57 | 116 |
Binary | 11011010 | 10101100 | 11100001 | 11 | 11000 | 0 | 1100 | 100100100 | 101111 | 1001110 |
Color Harmonies of #DAACE1
Complementary color
Monochromatic Colors of #DAACE1
Black with #DAACE1
Text Example
Text Example
White with #DAACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACE1; }
p { color: rgb(218,172,225); }
H1.HeaderClassName
{
color: #DAACE1;
}
.AnyTagClassName
{
color: #DAACE1;
}
</style>
background-color css
<style>
a { background-color: #DAACE1; }
a { background-color: rgb(218,172,225); }
div.DivClassName
{
background-color: #DAACE1;
}
.BgClassName
{
background-color: #DAACE1;
}
</style>
border-color css
<style>
span { border-color: #DAACE1; }
span { border-color: rgb(218,172,225); }
td.TdClassName
{
border-color: #DAACE1;
}
.TagClassName
{
border-color: #DAACE1;
}
</style>