Shades of Plum #DDAFE7
Tints of Plum #DDAFE7
RGB
CMYK
RGB Variations
Color information
#DDAFE7 (or 0xDDAFE7) is known color: Plum. HEX triplet: DD, AF and E7. RGB value is (221,175,231). Sum of RGB (Red+Green+Blue) = 221+175+231=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFE7 is #225018. Grayscale: #C2C2C2. Windows color (decimal): -2248729 or 15183837. OLE color: 15183837.
HSL color Cylindrical-coordinate representation of color #DDAFE7: hue angle of 289.29º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDAFE7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 175 | 231 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 289.29º | 0.54% | 0.8% | - |
| HSV(B) | 289.29º | 0.24% | 0.91% | - |
| XYZ | 59.57 | 51.8 | 82.46 | - |
| YUV | 195.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 231 | 0.04 | 0.24 | 0 | 0.09 | 289.29 | 0.54 | 0.8 |
| Hex | DD | AF | E7 | 4 | 18 | 0 | 9 | 121 | 36 | 50 |
| Octal | 335 | 257 | 347 | 4 | 30 | 0 | 11 | 441 | 66 | 120 |
| Binary | 11011101 | 10101111 | 11100111 | 100 | 11000 | 0 | 1001 | 100100001 | 110110 | 1010000 |
Color Harmonies of #DDAFE7
Complementary color
Monochromatic Colors of #DDAFE7
Black with #DDAFE7
Text Example
Text Example
White with #DDAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE7; }
p { color: rgb(221,175,231); }
H1.HeaderClassName
{
color: #DDAFE7;
}
.AnyTagClassName
{
color: #DDAFE7;
}
</style>
background-color css
<style>
a { background-color: #DDAFE7; }
a { background-color: rgb(221,175,231); }
div.DivClassName
{
background-color: #DDAFE7;
}
.BgClassName
{
background-color: #DDAFE7;
}
</style>
border-color css
<style>
span { border-color: #DDAFE7; }
span { border-color: rgb(221,175,231); }
td.TdClassName
{
border-color: #DDAFE7;
}
.TagClassName
{
border-color: #DDAFE7;
}
</style>