Shades of Twilight #DBBBC9
Tints of Twilight #DBBBC9
RGB
CMYK
RGB Variations
Color information
#DBBBC9 (or 0xDBBBC9) is known color: Twilight. HEX triplet: DB, BB and C9. RGB value is (219,187,201). Sum of RGB (Red+Green+Blue) = 219+187+201=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC9 is #244436. Grayscale: #C6C6C6. Windows color (decimal): -2376759 or 13220827. OLE color: 13220827.
HSL color Cylindrical-coordinate representation of color #DBBBC9: hue angle of 333.75º 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 #DBBBC9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 201 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.14 |
| HSL | 333.75º | 0.31% | 0.8% | - |
| HSV(B) | 333.75º | 0.15% | 0.86% | - |
| XYZ | 57.53 | 54.82 | 62.81 | - |
| YUV | 198.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 201 | 0 | 0.15 | 0.08 | 0.14 | 333.75 | 0.31 | 0.8 |
| Hex | DB | BB | C9 | 0 | F | 8 | E | 14E | 1F | 50 |
| Octal | 333 | 273 | 311 | 0 | 17 | 10 | 16 | 516 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11001001 | 0 | 1111 | 1000 | 1110 | 101001110 | 11111 | 1010000 |
Color Harmonies of #DBBBC9
Complementary color
Monochromatic Colors of #DBBBC9
Black with #DBBBC9
Text Example
Text Example
White with #DBBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC9; }
p { color: rgb(219,187,201); }
H1.HeaderClassName
{
color: #DBBBC9;
}
.AnyTagClassName
{
color: #DBBBC9;
}
</style>
background-color css
<style>
a { background-color: #DBBBC9; }
a { background-color: rgb(219,187,201); }
div.DivClassName
{
background-color: #DBBBC9;
}
.BgClassName
{
background-color: #DBBBC9;
}
</style>
border-color css
<style>
span { border-color: #DBBBC9; }
span { border-color: rgb(219,187,201); }
td.TdClassName
{
border-color: #DBBBC9;
}
.TagClassName
{
border-color: #DBBBC9;
}
</style>