Shades of Twilight #DABBC8
Tints of Twilight #DABBC8
RGB
CMYK
RGB Variations
Color information
#DABBC8 (or 0xDABBC8) is known color: Twilight. HEX triplet: DA, BB and C8. RGB value is (218,187,200). Sum of RGB (Red+Green+Blue) = 218+187+200=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC8 is #254437. Grayscale: #C5C5C5. Windows color (decimal): -2442296 or 13155290. OLE color: 13155290.
HSL color Cylindrical-coordinate representation of color #DABBC8: hue angle of 334.84º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 200 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.15 |
| HSL | 334.84º | 0.3% | 0.79% | - |
| HSV(B) | 334.84º | 0.14% | 0.85% | - |
| XYZ | 57.11 | 54.62 | 62.18 | - |
| YUV | 197.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 200 | 0 | 0.14 | 0.08 | 0.15 | 334.84 | 0.3 | 0.79 |
| Hex | DA | BB | C8 | 0 | E | 8 | F | 14F | 1E | 4F |
| Octal | 332 | 273 | 310 | 0 | 16 | 10 | 17 | 517 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11001000 | 0 | 1110 | 1000 | 1111 | 101001111 | 11110 | 1001111 |
Color Harmonies of #DABBC8
Complementary color
Monochromatic Colors of #DABBC8
Black with #DABBC8
Text Example
Text Example
White with #DABBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBC8; }
p { color: rgb(218,187,200); }
H1.HeaderClassName
{
color: #DABBC8;
}
.AnyTagClassName
{
color: #DABBC8;
}
</style>
background-color css
<style>
a { background-color: #DABBC8; }
a { background-color: rgb(218,187,200); }
div.DivClassName
{
background-color: #DABBC8;
}
.BgClassName
{
background-color: #DABBC8;
}
</style>
border-color css
<style>
span { border-color: #DABBC8; }
span { border-color: rgb(218,187,200); }
td.TdClassName
{
border-color: #DABBC8;
}
.TagClassName
{
border-color: #DABBC8;
}
</style>