Shades of Twilight #DABECA
Tints of Twilight #DABECA
RGB
CMYK
RGB Variations
Color information
#DABECA (or 0xDABECA) is known color: Twilight. HEX triplet: DA, BE and CA. RGB value is (218,190,202). Sum of RGB (Red+Green+Blue) = 218+190+202=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DABECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABECA is #254135. Grayscale: #C7C7C7. Windows color (decimal): -2441526 or 13287130. OLE color: 13287130.
HSL color Cylindrical-coordinate representation of color #DABECA: hue angle of 334.29º 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 #DABECA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 202 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.15 |
| HSL | 334.29º | 0.27% | 0.8% | - |
| HSV(B) | 334.29º | 0.13% | 0.85% | - |
| XYZ | 57.99 | 56 | 63.63 | - |
| YUV | 199.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 202 | 0 | 0.13 | 0.07 | 0.15 | 334.29 | 0.27 | 0.8 |
| Hex | DA | BE | CA | 0 | D | 7 | F | 14E | 1B | 50 |
| Octal | 332 | 276 | 312 | 0 | 15 | 7 | 17 | 516 | 33 | 120 |
| Binary | 11011010 | 10111110 | 11001010 | 0 | 1101 | 111 | 1111 | 101001110 | 11011 | 1010000 |
Color Harmonies of #DABECA
Complementary color
Monochromatic Colors of #DABECA
Black with #DABECA
Text Example
Text Example
White with #DABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABECA; }
p { color: rgb(218,190,202); }
H1.HeaderClassName
{
color: #DABECA;
}
.AnyTagClassName
{
color: #DABECA;
}
</style>
background-color css
<style>
a { background-color: #DABECA; }
a { background-color: rgb(218,190,202); }
div.DivClassName
{
background-color: #DABECA;
}
.BgClassName
{
background-color: #DABECA;
}
</style>
border-color css
<style>
span { border-color: #DABECA; }
span { border-color: rgb(218,190,202); }
td.TdClassName
{
border-color: #DABECA;
}
.TagClassName
{
border-color: #DABECA;
}
</style>