Shades of Twilight #DEBCCE
Tints of Twilight #DEBCCE
RGB
CMYK
RGB Variations
Color information
#DEBCCE (or 0xDEBCCE) is known color: Twilight. HEX triplet: DE, BC and CE. RGB value is (222,188,206). Sum of RGB (Red+Green+Blue) = 222+188+206=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCCE is #214331. Grayscale: #C8C8C8. Windows color (decimal): -2179890 or 13548766. OLE color: 13548766.
HSL color Cylindrical-coordinate representation of color #DEBCCE: hue angle of 328.24º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCCE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 206 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 328.24º | 0.34% | 0.8% | - |
| HSV(B) | 328.24º | 0.15% | 0.87% | - |
| XYZ | 59.25 | 55.95 | 66.07 | - |
| YUV | 200.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 206 | 0 | 0.15 | 0.07 | 0.13 | 328.24 | 0.34 | 0.8 |
| Hex | DE | BC | CE | 0 | F | 7 | D | 148 | 22 | 50 |
| Octal | 336 | 274 | 316 | 0 | 17 | 7 | 15 | 510 | 42 | 120 |
| Binary | 11011110 | 10111100 | 11001110 | 0 | 1111 | 111 | 1101 | 101001000 | 100010 | 1010000 |
Color Harmonies of #DEBCCE
Complementary color
Monochromatic Colors of #DEBCCE
Black with #DEBCCE
Text Example
Text Example
White with #DEBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCCE; }
p { color: rgb(222,188,206); }
H1.HeaderClassName
{
color: #DEBCCE;
}
.AnyTagClassName
{
color: #DEBCCE;
}
</style>
background-color css
<style>
a { background-color: #DEBCCE; }
a { background-color: rgb(222,188,206); }
div.DivClassName
{
background-color: #DEBCCE;
}
.BgClassName
{
background-color: #DEBCCE;
}
</style>
border-color css
<style>
span { border-color: #DEBCCE; }
span { border-color: rgb(222,188,206); }
td.TdClassName
{
border-color: #DEBCCE;
}
.TagClassName
{
border-color: #DEBCCE;
}
</style>