Shades of Plum #DDAFE4
Tints of Plum #DDAFE4
RGB
CMYK
RGB Variations
Color information
#DDAFE4 (or 0xDDAFE4) is known color: Plum. HEX triplet: DD, AF and E4. RGB value is (221,175,228). Sum of RGB (Red+Green+Blue) = 221+175+228=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE4 is #22501B. Grayscale: #C2C2C2. Windows color (decimal): -2248732 or 14987229. OLE color: 14987229.
HSL color Cylindrical-coordinate representation of color #DDAFE4: hue angle of 292.08º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAFE4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 175 | 228 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 292.08º | 0.5% | 0.79% | - |
| HSV(B) | 292.08º | 0.23% | 0.89% | - |
| XYZ | 59.15 | 51.63 | 80.25 | - |
| YUV | 194.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 228 | 0.03 | 0.23 | 0 | 0.11 | 292.08 | 0.5 | 0.79 |
| Hex | DD | AF | E4 | 3 | 17 | 0 | B | 124 | 32 | 4F |
| Octal | 335 | 257 | 344 | 3 | 27 | 0 | 13 | 444 | 62 | 117 |
| Binary | 11011101 | 10101111 | 11100100 | 11 | 10111 | 0 | 1011 | 100100100 | 110010 | 1001111 |
Color Harmonies of #DDAFE4
Complementary color
Monochromatic Colors of #DDAFE4
Black with #DDAFE4
Text Example
Text Example
White with #DDAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE4; }
p { color: rgb(221,175,228); }
H1.HeaderClassName
{
color: #DDAFE4;
}
.AnyTagClassName
{
color: #DDAFE4;
}
</style>
background-color css
<style>
a { background-color: #DDAFE4; }
a { background-color: rgb(221,175,228); }
div.DivClassName
{
background-color: #DDAFE4;
}
.BgClassName
{
background-color: #DDAFE4;
}
</style>
border-color css
<style>
span { border-color: #DDAFE4; }
span { border-color: rgb(221,175,228); }
td.TdClassName
{
border-color: #DDAFE4;
}
.TagClassName
{
border-color: #DDAFE4;
}
</style>