Shades of Plum #DDAFE8
Tints of Plum #DDAFE8
RGB
CMYK
RGB Variations
Color information
#DDAFE8 (or 0xDDAFE8) is known color: Plum. HEX triplet: DD, AF and E8. RGB value is (221,175,232). Sum of RGB (Red+Green+Blue) = 221+175+232=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFE8 is #225017. Grayscale: #C3C3C3. Windows color (decimal): -2248728 or 15249373. OLE color: 15249373.
HSL color Cylindrical-coordinate representation of color #DDAFE8: hue angle of 288.42º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAFE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 175 | 232 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.09 |
| HSL | 288.42º | 0.55% | 0.8% | - |
| HSV(B) | 288.42º | 0.25% | 0.91% | - |
| XYZ | 59.71 | 51.86 | 83.21 | - |
| YUV | 195.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 232 | 0.05 | 0.25 | 0 | 0.09 | 288.42 | 0.55 | 0.8 |
| Hex | DD | AF | E8 | 5 | 19 | 0 | 9 | 120 | 37 | 50 |
| Octal | 335 | 257 | 350 | 5 | 31 | 0 | 11 | 440 | 67 | 120 |
| Binary | 11011101 | 10101111 | 11101000 | 101 | 11001 | 0 | 1001 | 100100000 | 110111 | 1010000 |
Color Harmonies of #DDAFE8
Complementary color
Monochromatic Colors of #DDAFE8
Black with #DDAFE8
Text Example
Text Example
White with #DDAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFE8; }
p { color: rgb(221,175,232); }
H1.HeaderClassName
{
color: #DDAFE8;
}
.AnyTagClassName
{
color: #DDAFE8;
}
</style>
background-color css
<style>
a { background-color: #DDAFE8; }
a { background-color: rgb(221,175,232); }
div.DivClassName
{
background-color: #DDAFE8;
}
.BgClassName
{
background-color: #DDAFE8;
}
</style>
border-color css
<style>
span { border-color: #DDAFE8; }
span { border-color: rgb(221,175,232); }
td.TdClassName
{
border-color: #DDAFE8;
}
.TagClassName
{
border-color: #DDAFE8;
}
</style>