Shades of Plum #DEAFE1
Tints of Plum #DEAFE1
RGB
CMYK
RGB Variations
Color information
#DEAFE1 (or 0xDEAFE1) is known color: Plum. HEX triplet: DE, AF and E1. RGB value is (222,175,225). Sum of RGB (Red+Green+Blue) = 222+175+225=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE1 is #21501E. Grayscale: #C2C2C2. Windows color (decimal): -2183199 or 14790622. OLE color: 14790622.
HSL color Cylindrical-coordinate representation of color #DEAFE1: hue angle of 296.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAFE1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 175 | 225 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.12 |
| HSL | 296.4º | 0.45% | 0.78% | - |
| HSV(B) | 296.4º | 0.22% | 0.88% | - |
| XYZ | 59.04 | 51.63 | 78.09 | - |
| YUV | 194.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 225 | 0.01 | 0.22 | 0 | 0.12 | 296.4 | 0.45 | 0.78 |
| Hex | DE | AF | E1 | 1 | 16 | 0 | C | 128 | 2D | 4E |
| Octal | 336 | 257 | 341 | 1 | 26 | 0 | 14 | 450 | 55 | 116 |
| Binary | 11011110 | 10101111 | 11100001 | 1 | 10110 | 0 | 1100 | 100101000 | 101101 | 1001110 |
Color Harmonies of #DEAFE1
Complementary color
Monochromatic Colors of #DEAFE1
Black with #DEAFE1
Text Example
Text Example
White with #DEAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFE1; }
p { color: rgb(222,175,225); }
H1.HeaderClassName
{
color: #DEAFE1;
}
.AnyTagClassName
{
color: #DEAFE1;
}
</style>
background-color css
<style>
a { background-color: #DEAFE1; }
a { background-color: rgb(222,175,225); }
div.DivClassName
{
background-color: #DEAFE1;
}
.BgClassName
{
background-color: #DEAFE1;
}
</style>
border-color css
<style>
span { border-color: #DEAFE1; }
span { border-color: rgb(222,175,225); }
td.TdClassName
{
border-color: #DEAFE1;
}
.TagClassName
{
border-color: #DEAFE1;
}
</style>