Shades of Plum #DEAFE7
Tints of Plum #DEAFE7
RGB
CMYK
RGB Variations
Color information
#DEAFE7 (or 0xDEAFE7) is known color: Plum. HEX triplet: DE, AF and E7. RGB value is (222,175,231). Sum of RGB (Red+Green+Blue) = 222+175+231=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFE7 is #215018. Grayscale: #C3C3C3. Windows color (decimal): -2183193 or 15183838. OLE color: 15183838.
HSL color Cylindrical-coordinate representation of color #DEAFE7: hue angle of 290.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAFE7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 175 | 231 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 290.36º | 0.54% | 0.8% | - |
| HSV(B) | 290.36º | 0.24% | 0.91% | - |
| XYZ | 59.88 | 51.96 | 82.47 | - |
| YUV | 195.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 231 | 0.04 | 0.24 | 0 | 0.09 | 290.36 | 0.54 | 0.8 |
| Hex | DE | AF | E7 | 4 | 18 | 0 | 9 | 122 | 36 | 50 |
| Octal | 336 | 257 | 347 | 4 | 30 | 0 | 11 | 442 | 66 | 120 |
| Binary | 11011110 | 10101111 | 11100111 | 100 | 11000 | 0 | 1001 | 100100010 | 110110 | 1010000 |
Color Harmonies of #DEAFE7
Complementary color
Monochromatic Colors of #DEAFE7
Black with #DEAFE7
Text Example
Text Example
White with #DEAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFE7; }
p { color: rgb(222,175,231); }
H1.HeaderClassName
{
color: #DEAFE7;
}
.AnyTagClassName
{
color: #DEAFE7;
}
</style>
background-color css
<style>
a { background-color: #DEAFE7; }
a { background-color: rgb(222,175,231); }
div.DivClassName
{
background-color: #DEAFE7;
}
.BgClassName
{
background-color: #DEAFE7;
}
</style>
border-color css
<style>
span { border-color: #DEAFE7; }
span { border-color: rgb(222,175,231); }
td.TdClassName
{
border-color: #DEAFE7;
}
.TagClassName
{
border-color: #DEAFE7;
}
</style>