Shades of Twilight #DABACA
Tints of Twilight #DABACA
RGB
CMYK
RGB Variations
Color information
#DABACA (or 0xDABACA) is known color: Twilight. HEX triplet: DA, BA and CA. RGB value is (218,186,202). Sum of RGB (Red+Green+Blue) = 218+186+202=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACA is #254535. Grayscale: #C5C5C5. Windows color (decimal): -2442550 or 13286106. OLE color: 13286106.
HSL color Cylindrical-coordinate representation of color #DABACA: hue angle of 330º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABACA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 202 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.15 |
| HSL | 330º | 0.3% | 0.79% | - |
| HSV(B) | 330º | 0.15% | 0.85% | - |
| XYZ | 57.13 | 54.29 | 63.34 | - |
| YUV | 197.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 202 | 0 | 0.15 | 0.07 | 0.15 | 330 | 0.3 | 0.79 |
| Hex | DA | BA | CA | 0 | F | 7 | F | 14A | 1E | 4F |
| Octal | 332 | 272 | 312 | 0 | 17 | 7 | 17 | 512 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11001010 | 0 | 1111 | 111 | 1111 | 101001010 | 11110 | 1001111 |
Color Harmonies of #DABACA
Complementary color
Monochromatic Colors of #DABACA
Black with #DABACA
Text Example
Text Example
White with #DABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABACA; }
p { color: rgb(218,186,202); }
H1.HeaderClassName
{
color: #DABACA;
}
.AnyTagClassName
{
color: #DABACA;
}
</style>
background-color css
<style>
a { background-color: #DABACA; }
a { background-color: rgb(218,186,202); }
div.DivClassName
{
background-color: #DABACA;
}
.BgClassName
{
background-color: #DABACA;
}
</style>
border-color css
<style>
span { border-color: #DABACA; }
span { border-color: rgb(218,186,202); }
td.TdClassName
{
border-color: #DABACA;
}
.TagClassName
{
border-color: #DABACA;
}
</style>