Shades of Plum #DDAEE6
Tints of Plum #DDAEE6
RGB
CMYK
RGB Variations
Color information
#DDAEE6 (or 0xDDAEE6) is known color: Plum. HEX triplet: DD, AE and E6. RGB value is (221,174,230). Sum of RGB (Red+Green+Blue) = 221+174+230=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEE6 is #225119. Grayscale: #C2C2C2. Windows color (decimal): -2248986 or 15118045. OLE color: 15118045.
HSL color Cylindrical-coordinate representation of color #DDAEE6: hue angle of 290.36º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDAEE6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 174 | 230 | - |
CMYK | 0.04 | 0.24 | 0 | 0.10 |
HSL | 290.36º | 0.53% | 0.79% | - |
HSV(B) | 290.36º | 0.24% | 0.9% | - |
XYZ | 59.24 | 51.36 | 81.65 | - |
YUV | 194.44 | 148.07 | 146.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 230 | 0.04 | 0.24 | 0 | 0.10 | 290.36 | 0.53 | 0.79 |
Hex | DD | AE | E6 | 4 | 18 | 0 | A | 122 | 35 | 4F |
Octal | 335 | 256 | 346 | 4 | 30 | 0 | 12 | 442 | 65 | 117 |
Binary | 11011101 | 10101110 | 11100110 | 100 | 11000 | 0 | 1010 | 100100010 | 110101 | 1001111 |
Color Harmonies of #DDAEE6
Complementary color
Monochromatic Colors of #DDAEE6
Black with #DDAEE6
Text Example
Text Example
White with #DDAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEE6; }
p { color: rgb(221,174,230); }
H1.HeaderClassName
{
color: #DDAEE6;
}
.AnyTagClassName
{
color: #DDAEE6;
}
</style>
background-color css
<style>
a { background-color: #DDAEE6; }
a { background-color: rgb(221,174,230); }
div.DivClassName
{
background-color: #DDAEE6;
}
.BgClassName
{
background-color: #DDAEE6;
}
</style>
border-color css
<style>
span { border-color: #DDAEE6; }
span { border-color: rgb(221,174,230); }
td.TdClassName
{
border-color: #DDAEE6;
}
.TagClassName
{
border-color: #DDAEE6;
}
</style>