Shades of Plum #DEAFE2
Tints of Plum #DEAFE2
RGB
CMYK
RGB Variations
Color information
#DEAFE2 (or 0xDEAFE2) is known color: Plum. HEX triplet: DE, AF and E2. RGB value is (222,175,226). Sum of RGB (Red+Green+Blue) = 222+175+226=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE2 is #21501D. Grayscale: #C2C2C2. Windows color (decimal): -2183198 or 14856158. OLE color: 14856158.
HSL color Cylindrical-coordinate representation of color #DEAFE2: hue angle of 295.29º degrees, saturation: 0.47, 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 #DEAFE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 175 | 226 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.11 |
| HSL | 295.29º | 0.47% | 0.79% | - |
| HSV(B) | 295.29º | 0.23% | 0.89% | - |
| XYZ | 59.18 | 51.68 | 78.81 | - |
| YUV | 194.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 226 | 0.02 | 0.23 | 0 | 0.11 | 295.29 | 0.47 | 0.79 |
| Hex | DE | AF | E2 | 2 | 17 | 0 | B | 127 | 2F | 4F |
| Octal | 336 | 257 | 342 | 2 | 27 | 0 | 13 | 447 | 57 | 117 |
| Binary | 11011110 | 10101111 | 11100010 | 10 | 10111 | 0 | 1011 | 100100111 | 101111 | 1001111 |
Color Harmonies of #DEAFE2
Complementary color
Monochromatic Colors of #DEAFE2
Black with #DEAFE2
Text Example
Text Example
White with #DEAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFE2; }
p { color: rgb(222,175,226); }
H1.HeaderClassName
{
color: #DEAFE2;
}
.AnyTagClassName
{
color: #DEAFE2;
}
</style>
background-color css
<style>
a { background-color: #DEAFE2; }
a { background-color: rgb(222,175,226); }
div.DivClassName
{
background-color: #DEAFE2;
}
.BgClassName
{
background-color: #DEAFE2;
}
</style>
border-color css
<style>
span { border-color: #DEAFE2; }
span { border-color: rgb(222,175,226); }
td.TdClassName
{
border-color: #DEAFE2;
}
.TagClassName
{
border-color: #DEAFE2;
}
</style>