Shades of Plum #DAACE6
Tints of Plum #DAACE6
RGB
CMYK
RGB Variations
Color information
#DAACE6 (or 0xDAACE6) is known color: Plum. HEX triplet: DA, AC and E6. RGB value is (218,172,230). Sum of RGB (Red+Green+Blue) = 218+172+230=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACE6 is #255319. Grayscale: #C0C0C0. Windows color (decimal): -2446106 or 15117530. OLE color: 15117530.
HSL color Cylindrical-coordinate representation of color #DAACE6: hue angle of 287.59º degrees, saturation: 0.54, 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 #DAACE6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 172 | 230 | - |
CMYK | 0.05 | 0.25 | 0 | 0.10 |
HSL | 287.59º | 0.54% | 0.79% | - |
HSV(B) | 287.59º | 0.25% | 0.9% | - |
XYZ | 57.95 | 50.12 | 81.48 | - |
YUV | 192.37 | 149.24 | 146.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 230 | 0.05 | 0.25 | 0 | 0.10 | 287.59 | 0.54 | 0.79 |
Hex | DA | AC | E6 | 5 | 19 | 0 | A | 120 | 36 | 4F |
Octal | 332 | 254 | 346 | 5 | 31 | 0 | 12 | 440 | 66 | 117 |
Binary | 11011010 | 10101100 | 11100110 | 101 | 11001 | 0 | 1010 | 100100000 | 110110 | 1001111 |
Color Harmonies of #DAACE6
Complementary color
Monochromatic Colors of #DAACE6
Black with #DAACE6
Text Example
Text Example
White with #DAACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACE6; }
p { color: rgb(218,172,230); }
H1.HeaderClassName
{
color: #DAACE6;
}
.AnyTagClassName
{
color: #DAACE6;
}
</style>
background-color css
<style>
a { background-color: #DAACE6; }
a { background-color: rgb(218,172,230); }
div.DivClassName
{
background-color: #DAACE6;
}
.BgClassName
{
background-color: #DAACE6;
}
</style>
border-color css
<style>
span { border-color: #DAACE6; }
span { border-color: rgb(218,172,230); }
td.TdClassName
{
border-color: #DAACE6;
}
.TagClassName
{
border-color: #DAACE6;
}
</style>