Shades of Plum #DEADDF
Tints of Plum #DEADDF
RGB
CMYK
RGB Variations
Color information
#DEADDF (or 0xDEADDF) is known color: Plum. HEX triplet: DE, AD and DF. RGB value is (222,173,223). Sum of RGB (Red+Green+Blue) = 222+173+223=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDF is #215220. Grayscale: #C1C1C1. Windows color (decimal): -2183713 or 14659038. OLE color: 14659038.
HSL color Cylindrical-coordinate representation of color #DEADDF: hue angle of 298.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADDF is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 223 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.13 |
| HSL | 298.8º | 0.44% | 0.78% | - |
| HSV(B) | 298.8º | 0.22% | 0.87% | - |
| XYZ | 58.39 | 50.74 | 76.53 | - |
| YUV | 193.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 223 | 0.00 | 0.22 | 0 | 0.13 | 298.8 | 0.44 | 0.78 |
| Hex | DE | AD | DF | 0 | 16 | 0 | D | 12B | 2C | 4E |
| Octal | 336 | 255 | 337 | 0 | 26 | 0 | 15 | 453 | 54 | 116 |
| Binary | 11011110 | 10101101 | 11011111 | 0 | 10110 | 0 | 1101 | 100101011 | 101100 | 1001110 |
Color Harmonies of #DEADDF
Complementary color
Monochromatic Colors of #DEADDF
Black with #DEADDF
Text Example
Text Example
White with #DEADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADDF; }
p { color: rgb(222,173,223); }
H1.HeaderClassName
{
color: #DEADDF;
}
.AnyTagClassName
{
color: #DEADDF;
}
</style>
background-color css
<style>
a { background-color: #DEADDF; }
a { background-color: rgb(222,173,223); }
div.DivClassName
{
background-color: #DEADDF;
}
.BgClassName
{
background-color: #DEADDF;
}
</style>
border-color css
<style>
span { border-color: #DEADDF; }
span { border-color: rgb(222,173,223); }
td.TdClassName
{
border-color: #DEADDF;
}
.TagClassName
{
border-color: #DEADDF;
}
</style>