Shades of Twilight #DEAFCE
Tints of Twilight #DEAFCE
RGB
CMYK
RGB Variations
Color information
#DEAFCE (or 0xDEAFCE) is known color: Twilight. HEX triplet: DE, AF and CE. RGB value is (222,175,206). Sum of RGB (Red+Green+Blue) = 222+175+206=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCE is #215031. Grayscale: #C0C0C0. Windows color (decimal): -2183218 or 13545438. OLE color: 13545438.
HSL color Cylindrical-coordinate representation of color #DEAFCE: hue angle of 320.43º 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 #DEAFCE is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 206 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.13 |
| HSL | 320.43º | 0.42% | 0.78% | - |
| HSV(B) | 320.43º | 0.21% | 0.87% | - |
| XYZ | 56.59 | 50.65 | 65.19 | - |
| YUV | 192.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 206 | 0 | 0.21 | 0.07 | 0.13 | 320.43 | 0.42 | 0.78 |
| Hex | DE | AF | CE | 0 | 15 | 7 | D | 140 | 2A | 4E |
| Octal | 336 | 257 | 316 | 0 | 25 | 7 | 15 | 500 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11001110 | 0 | 10101 | 111 | 1101 | 101000000 | 101010 | 1001110 |
Color Harmonies of #DEAFCE
Complementary color
Monochromatic Colors of #DEAFCE
Black with #DEAFCE
Text Example
Text Example
White with #DEAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFCE; }
p { color: rgb(222,175,206); }
H1.HeaderClassName
{
color: #DEAFCE;
}
.AnyTagClassName
{
color: #DEAFCE;
}
</style>
background-color css
<style>
a { background-color: #DEAFCE; }
a { background-color: rgb(222,175,206); }
div.DivClassName
{
background-color: #DEAFCE;
}
.BgClassName
{
background-color: #DEAFCE;
}
</style>
border-color css
<style>
span { border-color: #DEAFCE; }
span { border-color: rgb(222,175,206); }
td.TdClassName
{
border-color: #DEAFCE;
}
.TagClassName
{
border-color: #DEAFCE;
}
</style>