Shades of Twilight #DABECE
Tints of Twilight #DABECE
RGB
CMYK
RGB Variations
Color information
#DABECE (or 0xDABECE) is known color: Twilight. HEX triplet: DA, BE and CE. RGB value is (218,190,206). Sum of RGB (Red+Green+Blue) = 218+190+206=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABECE is #254131. Grayscale: #C8C8C8. Windows color (decimal): -2441522 or 13549274. OLE color: 13549274.
HSL color Cylindrical-coordinate representation of color #DABECE: hue angle of 325.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABECE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 206 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 325.71º | 0.27% | 0.8% | - |
| HSV(B) | 325.71º | 0.13% | 0.85% | - |
| XYZ | 58.47 | 56.19 | 66.16 | - |
| YUV | 200.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 206 | 0 | 0.13 | 0.06 | 0.15 | 325.71 | 0.27 | 0.8 |
| Hex | DA | BE | CE | 0 | D | 6 | F | 146 | 1B | 50 |
| Octal | 332 | 276 | 316 | 0 | 15 | 6 | 17 | 506 | 33 | 120 |
| Binary | 11011010 | 10111110 | 11001110 | 0 | 1101 | 110 | 1111 | 101000110 | 11011 | 1010000 |
Color Harmonies of #DABECE
Complementary color
Monochromatic Colors of #DABECE
Black with #DABECE
Text Example
Text Example
White with #DABECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABECE; }
p { color: rgb(218,190,206); }
H1.HeaderClassName
{
color: #DABECE;
}
.AnyTagClassName
{
color: #DABECE;
}
</style>
background-color css
<style>
a { background-color: #DABECE; }
a { background-color: rgb(218,190,206); }
div.DivClassName
{
background-color: #DABECE;
}
.BgClassName
{
background-color: #DABECE;
}
</style>
border-color css
<style>
span { border-color: #DABECE; }
span { border-color: rgb(218,190,206); }
td.TdClassName
{
border-color: #DABECE;
}
.TagClassName
{
border-color: #DABECE;
}
</style>