Shades of Twilight #DBB8C8
Tints of Twilight #DBB8C8
RGB
CMYK
RGB Variations
Color information
#DBB8C8 (or 0xDBB8C8) is known color: Twilight. HEX triplet: DB, B8 and C8. RGB value is (219,184,200). Sum of RGB (Red+Green+Blue) = 219+184+200=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C8 is #244737. Grayscale: #C4C4C4. Windows color (decimal): -2377528 or 13154523. OLE color: 13154523.
HSL color Cylindrical-coordinate representation of color #DBB8C8: hue angle of 332.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8C8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 200 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 332.57º | 0.33% | 0.79% | - |
| HSV(B) | 332.57º | 0.16% | 0.86% | - |
| XYZ | 56.78 | 53.51 | 61.98 | - |
| YUV | 196.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 200 | 0 | 0.16 | 0.09 | 0.14 | 332.57 | 0.33 | 0.79 |
| Hex | DB | B8 | C8 | 0 | 10 | 9 | E | 14D | 21 | 4F |
| Octal | 333 | 270 | 310 | 0 | 20 | 11 | 16 | 515 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11001000 | 0 | 10000 | 1001 | 1110 | 101001101 | 100001 | 1001111 |
Color Harmonies of #DBB8C8
Complementary color
Monochromatic Colors of #DBB8C8
Black with #DBB8C8
Text Example
Text Example
White with #DBB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8C8; }
p { color: rgb(219,184,200); }
H1.HeaderClassName
{
color: #DBB8C8;
}
.AnyTagClassName
{
color: #DBB8C8;
}
</style>
background-color css
<style>
a { background-color: #DBB8C8; }
a { background-color: rgb(219,184,200); }
div.DivClassName
{
background-color: #DBB8C8;
}
.BgClassName
{
background-color: #DBB8C8;
}
</style>
border-color css
<style>
span { border-color: #DBB8C8; }
span { border-color: rgb(219,184,200); }
td.TdClassName
{
border-color: #DBB8C8;
}
.TagClassName
{
border-color: #DBB8C8;
}
</style>