Shades of Twilight #DEBFCE
Tints of Twilight #DEBFCE
RGB
CMYK
RGB Variations
Color information
#DEBFCE (or 0xDEBFCE) is known color: Twilight. HEX triplet: DE, BF and CE. RGB value is (222,191,206). Sum of RGB (Red+Green+Blue) = 222+191+206=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFCE is #214031. Grayscale: #C9C9C9. Windows color (decimal): -2179122 or 13549534. OLE color: 13549534.
HSL color Cylindrical-coordinate representation of color #DEBFCE: hue angle of 330.97º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFCE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 206 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.13 |
| HSL | 330.97º | 0.32% | 0.81% | - |
| HSV(B) | 330.97º | 0.14% | 0.87% | - |
| XYZ | 59.9 | 57.25 | 66.29 | - |
| YUV | 201.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 206 | 0 | 0.14 | 0.07 | 0.13 | 330.97 | 0.32 | 0.81 |
| Hex | DE | BF | CE | 0 | E | 7 | D | 14B | 20 | 51 |
| Octal | 336 | 277 | 316 | 0 | 16 | 7 | 15 | 513 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11001110 | 0 | 1110 | 111 | 1101 | 101001011 | 100000 | 1010001 |
Color Harmonies of #DEBFCE
Complementary color
Monochromatic Colors of #DEBFCE
Black with #DEBFCE
Text Example
Text Example
White with #DEBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFCE; }
p { color: rgb(222,191,206); }
H1.HeaderClassName
{
color: #DEBFCE;
}
.AnyTagClassName
{
color: #DEBFCE;
}
</style>
background-color css
<style>
a { background-color: #DEBFCE; }
a { background-color: rgb(222,191,206); }
div.DivClassName
{
background-color: #DEBFCE;
}
.BgClassName
{
background-color: #DEBFCE;
}
</style>
border-color css
<style>
span { border-color: #DEBFCE; }
span { border-color: rgb(222,191,206); }
td.TdClassName
{
border-color: #DEBFCE;
}
.TagClassName
{
border-color: #DEBFCE;
}
</style>