Shades of Plum #DDADE3
Tints of Plum #DDADE3
RGB
CMYK
RGB Variations
Color information
#DDADE3 (or 0xDDADE3) is known color: Plum. HEX triplet: DD, AD and E3. RGB value is (221,173,227). Sum of RGB (Red+Green+Blue) = 221+173+227=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADE3 is #22521C. Grayscale: #C1C1C1. Windows color (decimal): -2249245 or 14921181. OLE color: 14921181.
HSL color Cylindrical-coordinate representation of color #DDADE3: hue angle of 293.33º degrees, saturation: 0.49, 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 #DDADE3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 173 | 227 | - |
CMYK | 0.03 | 0.24 | 0 | 0.11 |
HSL | 293.33º | 0.49% | 0.78% | - |
HSV(B) | 293.33º | 0.24% | 0.89% | - |
XYZ | 58.63 | 50.81 | 79.39 | - |
YUV | 193.51 | 146.9 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 227 | 0.03 | 0.24 | 0 | 0.11 | 293.33 | 0.49 | 0.78 |
Hex | DD | AD | E3 | 3 | 18 | 0 | B | 125 | 31 | 4E |
Octal | 335 | 255 | 343 | 3 | 30 | 0 | 13 | 445 | 61 | 116 |
Binary | 11011101 | 10101101 | 11100011 | 11 | 11000 | 0 | 1011 | 100100101 | 110001 | 1001110 |
Color Harmonies of #DDADE3
Complementary color
Monochromatic Colors of #DDADE3
Black with #DDADE3
Text Example
Text Example
White with #DDADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADE3; }
p { color: rgb(221,173,227); }
H1.HeaderClassName
{
color: #DDADE3;
}
.AnyTagClassName
{
color: #DDADE3;
}
</style>
background-color css
<style>
a { background-color: #DDADE3; }
a { background-color: rgb(221,173,227); }
div.DivClassName
{
background-color: #DDADE3;
}
.BgClassName
{
background-color: #DDADE3;
}
</style>
border-color css
<style>
span { border-color: #DDADE3; }
span { border-color: rgb(221,173,227); }
td.TdClassName
{
border-color: #DDADE3;
}
.TagClassName
{
border-color: #DDADE3;
}
</style>