Shades of Twilight #DEBACA
Tints of Twilight #DEBACA
RGB
CMYK
RGB Variations
Color information
#DEBACA (or 0xDEBACA) is known color: Twilight. HEX triplet: DE, BA and CA. RGB value is (222,186,202). Sum of RGB (Red+Green+Blue) = 222+186+202=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBACA is #214535. Grayscale: #C6C6C6. Windows color (decimal): -2180406 or 13286110. OLE color: 13286110.
HSL color Cylindrical-coordinate representation of color #DEBACA: hue angle of 333.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBACA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 202 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.13 |
| HSL | 333.33º | 0.35% | 0.8% | - |
| HSV(B) | 333.33º | 0.16% | 0.87% | - |
| XYZ | 58.34 | 54.91 | 63.4 | - |
| YUV | 198.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 202 | 0 | 0.16 | 0.09 | 0.13 | 333.33 | 0.35 | 0.8 |
| Hex | DE | BA | CA | 0 | 10 | 9 | D | 14D | 23 | 50 |
| Octal | 336 | 272 | 312 | 0 | 20 | 11 | 15 | 515 | 43 | 120 |
| Binary | 11011110 | 10111010 | 11001010 | 0 | 10000 | 1001 | 1101 | 101001101 | 100011 | 1010000 |
Color Harmonies of #DEBACA
Complementary color
Monochromatic Colors of #DEBACA
Black with #DEBACA
Text Example
Text Example
White with #DEBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBACA; }
p { color: rgb(222,186,202); }
H1.HeaderClassName
{
color: #DEBACA;
}
.AnyTagClassName
{
color: #DEBACA;
}
</style>
background-color css
<style>
a { background-color: #DEBACA; }
a { background-color: rgb(222,186,202); }
div.DivClassName
{
background-color: #DEBACA;
}
.BgClassName
{
background-color: #DEBACA;
}
</style>
border-color css
<style>
span { border-color: #DEBACA; }
span { border-color: rgb(222,186,202); }
td.TdClassName
{
border-color: #DEBACA;
}
.TagClassName
{
border-color: #DEBACA;
}
</style>