Shades of Twilight #DEBECE
Tints of Twilight #DEBECE
RGB
CMYK
RGB Variations
Color information
#DEBECE (or 0xDEBECE) is known color: Twilight. HEX triplet: DE, BE and CE. RGB value is (222,190,206). Sum of RGB (Red+Green+Blue) = 222+190+206=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBECE is #214131. Grayscale: #C9C9C9. Windows color (decimal): -2179378 or 13549278. OLE color: 13549278.
HSL color Cylindrical-coordinate representation of color #DEBECE: hue angle of 330º degrees, saturation: 0.33, 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 #DEBECE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 206 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.13 |
| HSL | 330º | 0.33% | 0.81% | - |
| HSV(B) | 330º | 0.14% | 0.87% | - |
| XYZ | 59.68 | 56.81 | 66.21 | - |
| YUV | 201.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 206 | 0 | 0.14 | 0.07 | 0.13 | 330 | 0.33 | 0.81 |
| Hex | DE | BE | CE | 0 | E | 7 | D | 14A | 21 | 51 |
| Octal | 336 | 276 | 316 | 0 | 16 | 7 | 15 | 512 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11001110 | 0 | 1110 | 111 | 1101 | 101001010 | 100001 | 1010001 |
Color Harmonies of #DEBECE
Complementary color
Monochromatic Colors of #DEBECE
Black with #DEBECE
Text Example
Text Example
White with #DEBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBECE; }
p { color: rgb(222,190,206); }
H1.HeaderClassName
{
color: #DEBECE;
}
.AnyTagClassName
{
color: #DEBECE;
}
</style>
background-color css
<style>
a { background-color: #DEBECE; }
a { background-color: rgb(222,190,206); }
div.DivClassName
{
background-color: #DEBECE;
}
.BgClassName
{
background-color: #DEBECE;
}
</style>
border-color css
<style>
span { border-color: #DEBECE; }
span { border-color: rgb(222,190,206); }
td.TdClassName
{
border-color: #DEBECE;
}
.TagClassName
{
border-color: #DEBECE;
}
</style>