Shades of Twilight #DBBCCB
Tints of Twilight #DBBCCB
RGB
CMYK
RGB Variations
Color information
#DBBCCB (or 0xDBBCCB) is known color: Twilight. HEX triplet: DB, BC and CB. RGB value is (219,188,203). Sum of RGB (Red+Green+Blue) = 219+188+203=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCCB is #244334. Grayscale: #C6C6C6. Windows color (decimal): -2376501 or 13352155. OLE color: 13352155.
HSL color Cylindrical-coordinate representation of color #DBBCCB: hue angle of 330.97º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCCB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 203 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.14 |
| HSL | 330.97º | 0.3% | 0.8% | - |
| HSV(B) | 330.97º | 0.14% | 0.86% | - |
| XYZ | 57.98 | 55.34 | 64.13 | - |
| YUV | 198.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 203 | 0 | 0.14 | 0.07 | 0.14 | 330.97 | 0.3 | 0.8 |
| Hex | DB | BC | CB | 0 | E | 7 | E | 14B | 1E | 50 |
| Octal | 333 | 274 | 313 | 0 | 16 | 7 | 16 | 513 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11001011 | 0 | 1110 | 111 | 1110 | 101001011 | 11110 | 1010000 |
Color Harmonies of #DBBCCB
Complementary color
Monochromatic Colors of #DBBCCB
Black with #DBBCCB
Text Example
Text Example
White with #DBBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCCB; }
p { color: rgb(219,188,203); }
H1.HeaderClassName
{
color: #DBBCCB;
}
.AnyTagClassName
{
color: #DBBCCB;
}
</style>
background-color css
<style>
a { background-color: #DBBCCB; }
a { background-color: rgb(219,188,203); }
div.DivClassName
{
background-color: #DBBCCB;
}
.BgClassName
{
background-color: #DBBCCB;
}
</style>
border-color css
<style>
span { border-color: #DBBCCB; }
span { border-color: rgb(219,188,203); }
td.TdClassName
{
border-color: #DBBCCB;
}
.TagClassName
{
border-color: #DBBCCB;
}
</style>