Shades of Plum #DDAFE2
Tints of Plum #DDAFE2
RGB
CMYK
RGB Variations
Color information
#DDAFE2 (or 0xDDAFE2) is known color: Plum. HEX triplet: DD, AF and E2. RGB value is (221,175,226). Sum of RGB (Red+Green+Blue) = 221+175+226=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE2 is #22501D. Grayscale: #C2C2C2. Windows color (decimal): -2248734 or 14856157. OLE color: 14856157.
HSL color Cylindrical-coordinate representation of color #DDAFE2: hue angle of 294.12º degrees, saturation: 0.47, 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 #DDAFE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 175 | 226 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.11 |
| HSL | 294.12º | 0.47% | 0.79% | - |
| HSV(B) | 294.12º | 0.23% | 0.89% | - |
| XYZ | 58.88 | 51.52 | 78.79 | - |
| YUV | 194.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 226 | 0.02 | 0.23 | 0 | 0.11 | 294.12 | 0.47 | 0.79 |
| Hex | DD | AF | E2 | 2 | 17 | 0 | B | 126 | 2F | 4F |
| Octal | 335 | 257 | 342 | 2 | 27 | 0 | 13 | 446 | 57 | 117 |
| Binary | 11011101 | 10101111 | 11100010 | 10 | 10111 | 0 | 1011 | 100100110 | 101111 | 1001111 |
Color Harmonies of #DDAFE2
Complementary color
Monochromatic Colors of #DDAFE2
Black with #DDAFE2
Text Example
Text Example
White with #DDAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE2; }
p { color: rgb(221,175,226); }
H1.HeaderClassName
{
color: #DDAFE2;
}
.AnyTagClassName
{
color: #DDAFE2;
}
</style>
background-color css
<style>
a { background-color: #DDAFE2; }
a { background-color: rgb(221,175,226); }
div.DivClassName
{
background-color: #DDAFE2;
}
.BgClassName
{
background-color: #DDAFE2;
}
</style>
border-color css
<style>
span { border-color: #DDAFE2; }
span { border-color: rgb(221,175,226); }
td.TdClassName
{
border-color: #DDAFE2;
}
.TagClassName
{
border-color: #DDAFE2;
}
</style>