Shades of Plum #DDAFE6
Tints of Plum #DDAFE6
RGB
CMYK
RGB Variations
Color information
#DDAFE6 (or 0xDDAFE6) is known color: Plum. HEX triplet: DD, AF and E6. RGB value is (221,175,230). Sum of RGB (Red+Green+Blue) = 221+175+230=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFE6 is #225019. Grayscale: #C2C2C2. Windows color (decimal): -2248730 or 15118301. OLE color: 15118301.
HSL color Cylindrical-coordinate representation of color #DDAFE6: hue angle of 290.18º degrees, saturation: 0.52, 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 #DDAFE6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 175 | 230 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.10 |
| HSL | 290.18º | 0.52% | 0.79% | - |
| HSV(B) | 290.18º | 0.24% | 0.9% | - |
| XYZ | 59.43 | 51.75 | 81.72 | - |
| YUV | 195.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 230 | 0.04 | 0.24 | 0 | 0.10 | 290.18 | 0.52 | 0.79 |
| Hex | DD | AF | E6 | 4 | 18 | 0 | A | 122 | 34 | 4F |
| Octal | 335 | 257 | 346 | 4 | 30 | 0 | 12 | 442 | 64 | 117 |
| Binary | 11011101 | 10101111 | 11100110 | 100 | 11000 | 0 | 1010 | 100100010 | 110100 | 1001111 |
Color Harmonies of #DDAFE6
Complementary color
Monochromatic Colors of #DDAFE6
Black with #DDAFE6
Text Example
Text Example
White with #DDAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE6; }
p { color: rgb(221,175,230); }
H1.HeaderClassName
{
color: #DDAFE6;
}
.AnyTagClassName
{
color: #DDAFE6;
}
</style>
background-color css
<style>
a { background-color: #DDAFE6; }
a { background-color: rgb(221,175,230); }
div.DivClassName
{
background-color: #DDAFE6;
}
.BgClassName
{
background-color: #DDAFE6;
}
</style>
border-color css
<style>
span { border-color: #DDAFE6; }
span { border-color: rgb(221,175,230); }
td.TdClassName
{
border-color: #DDAFE6;
}
.TagClassName
{
border-color: #DDAFE6;
}
</style>