Shades of Plum #DEAFE6
Tints of Plum #DEAFE6
RGB
CMYK
RGB Variations
Color information
#DEAFE6 (or 0xDEAFE6) is known color: Plum. HEX triplet: DE, AF and E6. RGB value is (222,175,230). Sum of RGB (Red+Green+Blue) = 222+175+230=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFE6 is #215019. Grayscale: #C3C3C3. Windows color (decimal): -2183194 or 15118302. OLE color: 15118302.
HSL color Cylindrical-coordinate representation of color #DEAFE6: hue angle of 291.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAFE6 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 175 | 230 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.10 |
| HSL | 291.27º | 0.52% | 0.79% | - |
| HSV(B) | 291.27º | 0.24% | 0.9% | - |
| XYZ | 59.74 | 51.9 | 81.73 | - |
| YUV | 195.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 230 | 0.03 | 0.24 | 0 | 0.10 | 291.27 | 0.52 | 0.79 |
| Hex | DE | AF | E6 | 3 | 18 | 0 | A | 123 | 34 | 4F |
| Octal | 336 | 257 | 346 | 3 | 30 | 0 | 12 | 443 | 64 | 117 |
| Binary | 11011110 | 10101111 | 11100110 | 11 | 11000 | 0 | 1010 | 100100011 | 110100 | 1001111 |
Color Harmonies of #DEAFE6
Complementary color
Monochromatic Colors of #DEAFE6
Black with #DEAFE6
Text Example
Text Example
White with #DEAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFE6; }
p { color: rgb(222,175,230); }
H1.HeaderClassName
{
color: #DEAFE6;
}
.AnyTagClassName
{
color: #DEAFE6;
}
</style>
background-color css
<style>
a { background-color: #DEAFE6; }
a { background-color: rgb(222,175,230); }
div.DivClassName
{
background-color: #DEAFE6;
}
.BgClassName
{
background-color: #DEAFE6;
}
</style>
border-color css
<style>
span { border-color: #DEAFE6; }
span { border-color: rgb(222,175,230); }
td.TdClassName
{
border-color: #DEAFE6;
}
.TagClassName
{
border-color: #DEAFE6;
}
</style>