Shades of Twilight #DEBECD
Tints of Twilight #DEBECD
RGB
CMYK
RGB Variations
Color information
#DEBECD (or 0xDEBECD) is known color: Twilight. HEX triplet: DE, BE and CD. RGB value is (222,190,205). Sum of RGB (Red+Green+Blue) = 222+190+205=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBECD is #214132. Grayscale: #C9C9C9. Windows color (decimal): -2179379 or 13483742. OLE color: 13483742.
HSL color Cylindrical-coordinate representation of color #DEBECD: hue angle of 331.88º 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 #DEBECD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 205 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.13 |
| HSL | 331.88º | 0.33% | 0.81% | - |
| HSV(B) | 331.88º | 0.14% | 0.87% | - |
| XYZ | 59.56 | 56.76 | 65.58 | - |
| YUV | 201.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 205 | 0 | 0.14 | 0.08 | 0.13 | 331.88 | 0.33 | 0.81 |
| Hex | DE | BE | CD | 0 | E | 8 | D | 14C | 21 | 51 |
| Octal | 336 | 276 | 315 | 0 | 16 | 10 | 15 | 514 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11001101 | 0 | 1110 | 1000 | 1101 | 101001100 | 100001 | 1010001 |
Color Harmonies of #DEBECD
Complementary color
Monochromatic Colors of #DEBECD
Black with #DEBECD
Text Example
Text Example
White with #DEBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBECD; }
p { color: rgb(222,190,205); }
H1.HeaderClassName
{
color: #DEBECD;
}
.AnyTagClassName
{
color: #DEBECD;
}
</style>
background-color css
<style>
a { background-color: #DEBECD; }
a { background-color: rgb(222,190,205); }
div.DivClassName
{
background-color: #DEBECD;
}
.BgClassName
{
background-color: #DEBECD;
}
</style>
border-color css
<style>
span { border-color: #DEBECD; }
span { border-color: rgb(222,190,205); }
td.TdClassName
{
border-color: #DEBECD;
}
.TagClassName
{
border-color: #DEBECD;
}
</style>