Shades of Twilight #DEAFC7
Tints of Twilight #DEAFC7
RGB
CMYK
RGB Variations
Color information
#DEAFC7 (or 0xDEAFC7) is known color: Twilight. HEX triplet: DE, AF and C7. RGB value is (222,175,199). Sum of RGB (Red+Green+Blue) = 222+175+199=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFC7 is #215038. Grayscale: #BFBFBF. Windows color (decimal): -2183225 or 13086686. OLE color: 13086686.
HSL color Cylindrical-coordinate representation of color #DEAFC7: hue angle of 329.36º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFC7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 199 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.13 |
| HSL | 329.36º | 0.42% | 0.78% | - |
| HSV(B) | 329.36º | 0.21% | 0.87% | - |
| XYZ | 55.76 | 50.31 | 60.81 | - |
| YUV | 191.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 199 | 0 | 0.21 | 0.10 | 0.13 | 329.36 | 0.42 | 0.78 |
| Hex | DE | AF | C7 | 0 | 15 | A | D | 149 | 2A | 4E |
| Octal | 336 | 257 | 307 | 0 | 25 | 12 | 15 | 511 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11000111 | 0 | 10101 | 1010 | 1101 | 101001001 | 101010 | 1001110 |
Color Harmonies of #DEAFC7
Complementary color
Monochromatic Colors of #DEAFC7
Black with #DEAFC7
Text Example
Text Example
White with #DEAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFC7; }
p { color: rgb(222,175,199); }
H1.HeaderClassName
{
color: #DEAFC7;
}
.AnyTagClassName
{
color: #DEAFC7;
}
</style>
background-color css
<style>
a { background-color: #DEAFC7; }
a { background-color: rgb(222,175,199); }
div.DivClassName
{
background-color: #DEAFC7;
}
.BgClassName
{
background-color: #DEAFC7;
}
</style>
border-color css
<style>
span { border-color: #DEAFC7; }
span { border-color: rgb(222,175,199); }
td.TdClassName
{
border-color: #DEAFC7;
}
.TagClassName
{
border-color: #DEAFC7;
}
</style>