Shades of Twilight #DBBBC8
Tints of Twilight #DBBBC8
RGB
CMYK
RGB Variations
Color information
#DBBBC8 (or 0xDBBBC8) is known color: Twilight. HEX triplet: DB, BB and C8. RGB value is (219,187,200). Sum of RGB (Red+Green+Blue) = 219+187+200=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC8 is #244437. Grayscale: #C6C6C6. Windows color (decimal): -2376760 or 13155291. OLE color: 13155291.
HSL color Cylindrical-coordinate representation of color #DBBBC8: hue angle of 335.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBC8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 200 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.14 |
| HSL | 335.63º | 0.31% | 0.8% | - |
| HSV(B) | 335.63º | 0.15% | 0.86% | - |
| XYZ | 57.41 | 54.77 | 62.19 | - |
| YUV | 198.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 200 | 0 | 0.15 | 0.09 | 0.14 | 335.63 | 0.31 | 0.8 |
| Hex | DB | BB | C8 | 0 | F | 9 | E | 150 | 1F | 50 |
| Octal | 333 | 273 | 310 | 0 | 17 | 11 | 16 | 520 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11001000 | 0 | 1111 | 1001 | 1110 | 101010000 | 11111 | 1010000 |
Color Harmonies of #DBBBC8
Complementary color
Monochromatic Colors of #DBBBC8
Black with #DBBBC8
Text Example
Text Example
White with #DBBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC8; }
p { color: rgb(219,187,200); }
H1.HeaderClassName
{
color: #DBBBC8;
}
.AnyTagClassName
{
color: #DBBBC8;
}
</style>
background-color css
<style>
a { background-color: #DBBBC8; }
a { background-color: rgb(219,187,200); }
div.DivClassName
{
background-color: #DBBBC8;
}
.BgClassName
{
background-color: #DBBBC8;
}
</style>
border-color css
<style>
span { border-color: #DBBBC8; }
span { border-color: rgb(219,187,200); }
td.TdClassName
{
border-color: #DBBBC8;
}
.TagClassName
{
border-color: #DBBBC8;
}
</style>