Shades of Plum #DEAFE4
Tints of Plum #DEAFE4
RGB
CMYK
RGB Variations
Color information
#DEAFE4 (or 0xDEAFE4) is known color: Plum. HEX triplet: DE, AF and E4. RGB value is (222,175,228). Sum of RGB (Red+Green+Blue) = 222+175+228=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE4 is #21501B. Grayscale: #C2C2C2. Windows color (decimal): -2183196 or 14987230. OLE color: 14987230.
HSL color Cylindrical-coordinate representation of color #DEAFE4: hue angle of 293.21º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAFE4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 175 | 228 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 293.21º | 0.5% | 0.79% | - |
| HSV(B) | 293.21º | 0.23% | 0.89% | - |
| XYZ | 59.46 | 51.79 | 80.26 | - |
| YUV | 195.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 228 | 0.03 | 0.23 | 0 | 0.11 | 293.21 | 0.5 | 0.79 |
| Hex | DE | AF | E4 | 3 | 17 | 0 | B | 125 | 32 | 4F |
| Octal | 336 | 257 | 344 | 3 | 27 | 0 | 13 | 445 | 62 | 117 |
| Binary | 11011110 | 10101111 | 11100100 | 11 | 10111 | 0 | 1011 | 100100101 | 110010 | 1001111 |
Color Harmonies of #DEAFE4
Complementary color
Monochromatic Colors of #DEAFE4
Black with #DEAFE4
Text Example
Text Example
White with #DEAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFE4; }
p { color: rgb(222,175,228); }
H1.HeaderClassName
{
color: #DEAFE4;
}
.AnyTagClassName
{
color: #DEAFE4;
}
</style>
background-color css
<style>
a { background-color: #DEAFE4; }
a { background-color: rgb(222,175,228); }
div.DivClassName
{
background-color: #DEAFE4;
}
.BgClassName
{
background-color: #DEAFE4;
}
</style>
border-color css
<style>
span { border-color: #DEAFE4; }
span { border-color: rgb(222,175,228); }
td.TdClassName
{
border-color: #DEAFE4;
}
.TagClassName
{
border-color: #DEAFE4;
}
</style>