Shades of Twilight #DABBCB
Tints of Twilight #DABBCB
RGB
CMYK
RGB Variations
Color information
#DABBCB (or 0xDABBCB) is known color: Twilight. HEX triplet: DA, BB and CB. RGB value is (218,187,203). Sum of RGB (Red+Green+Blue) = 218+187+203=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCB is #254434. Grayscale: #C6C6C6. Windows color (decimal): -2442293 or 13351898. OLE color: 13351898.
HSL color Cylindrical-coordinate representation of color #DABBCB: hue angle of 329.03º 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 #DABBCB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 203 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.15 |
| HSL | 329.03º | 0.3% | 0.79% | - |
| HSV(B) | 329.03º | 0.14% | 0.85% | - |
| XYZ | 57.46 | 54.76 | 64.04 | - |
| YUV | 198.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 203 | 0 | 0.14 | 0.07 | 0.15 | 329.03 | 0.3 | 0.79 |
| Hex | DA | BB | CB | 0 | E | 7 | F | 149 | 1E | 4F |
| Octal | 332 | 273 | 313 | 0 | 16 | 7 | 17 | 511 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11001011 | 0 | 1110 | 111 | 1111 | 101001001 | 11110 | 1001111 |
Color Harmonies of #DABBCB
Complementary color
Monochromatic Colors of #DABBCB
Black with #DABBCB
Text Example
Text Example
White with #DABBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBCB; }
p { color: rgb(218,187,203); }
H1.HeaderClassName
{
color: #DABBCB;
}
.AnyTagClassName
{
color: #DABBCB;
}
</style>
background-color css
<style>
a { background-color: #DABBCB; }
a { background-color: rgb(218,187,203); }
div.DivClassName
{
background-color: #DABBCB;
}
.BgClassName
{
background-color: #DABBCB;
}
</style>
border-color css
<style>
span { border-color: #DABBCB; }
span { border-color: rgb(218,187,203); }
td.TdClassName
{
border-color: #DABBCB;
}
.TagClassName
{
border-color: #DABBCB;
}
</style>