Shades of Plum #DAACE5
Tints of Plum #DAACE5
RGB
CMYK
RGB Variations
Color information
#DAACE5 (or 0xDAACE5) is known color: Plum. HEX triplet: DA, AC and E5. RGB value is (218,172,229). Sum of RGB (Red+Green+Blue) = 218+172+229=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACE5 is #25531A. Grayscale: #C0C0C0. Windows color (decimal): -2446107 or 15051994. OLE color: 15051994.
HSL color Cylindrical-coordinate representation of color #DAACE5: hue angle of 288.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAACE5 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 172 | 229 | - |
CMYK | 0.05 | 0.25 | 0 | 0.10 |
HSL | 288.42º | 0.52% | 0.79% | - |
HSV(B) | 288.42º | 0.25% | 0.9% | - |
XYZ | 57.81 | 50.07 | 80.75 | - |
YUV | 192.25 | 148.74 | 146.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 229 | 0.05 | 0.25 | 0 | 0.10 | 288.42 | 0.52 | 0.79 |
Hex | DA | AC | E5 | 5 | 19 | 0 | A | 120 | 34 | 4F |
Octal | 332 | 254 | 345 | 5 | 31 | 0 | 12 | 440 | 64 | 117 |
Binary | 11011010 | 10101100 | 11100101 | 101 | 11001 | 0 | 1010 | 100100000 | 110100 | 1001111 |
Color Harmonies of #DAACE5
Complementary color
Monochromatic Colors of #DAACE5
Black with #DAACE5
Text Example
Text Example
White with #DAACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACE5; }
p { color: rgb(218,172,229); }
H1.HeaderClassName
{
color: #DAACE5;
}
.AnyTagClassName
{
color: #DAACE5;
}
</style>
background-color css
<style>
a { background-color: #DAACE5; }
a { background-color: rgb(218,172,229); }
div.DivClassName
{
background-color: #DAACE5;
}
.BgClassName
{
background-color: #DAACE5;
}
</style>
border-color css
<style>
span { border-color: #DAACE5; }
span { border-color: rgb(218,172,229); }
td.TdClassName
{
border-color: #DAACE5;
}
.TagClassName
{
border-color: #DAACE5;
}
</style>