Shades of Twilight #DBB8D0
Tints of Twilight #DBB8D0
RGB
CMYK
RGB Variations
Color information
#DBB8D0 (or 0xDBB8D0) is known color: Twilight. HEX triplet: DB, B8 and D0. RGB value is (219,184,208). Sum of RGB (Red+Green+Blue) = 219+184+208=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8D0 is #24472F. Grayscale: #C5C5C5. Windows color (decimal): -2377520 or 13678811. OLE color: 13678811.
HSL color Cylindrical-coordinate representation of color #DBB8D0: hue angle of 318.86º 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 #DBB8D0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 184 | 208 | - |
CMYK | 0 | 0.16 | 0.05 | 0.14 |
HSL | 318.86º | 0.33% | 0.79% | - |
HSV(B) | 318.86º | 0.16% | 0.86% | - |
XYZ | 57.74 | 53.9 | 67.03 | - |
YUV | 197.2 | 134.1 | 143.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 184 | 208 | 0 | 0.16 | 0.05 | 0.14 | 318.86 | 0.33 | 0.79 |
Hex | DB | B8 | D0 | 0 | 10 | 5 | E | 13F | 21 | 4F |
Octal | 333 | 270 | 320 | 0 | 20 | 5 | 16 | 477 | 41 | 117 |
Binary | 11011011 | 10111000 | 11010000 | 0 | 10000 | 101 | 1110 | 100111111 | 100001 | 1001111 |
Color Harmonies of #DBB8D0
Complementary color
Monochromatic Colors of #DBB8D0
Black with #DBB8D0
Text Example
Text Example
White with #DBB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8D0; }
p { color: rgb(219,184,208); }
H1.HeaderClassName
{
color: #DBB8D0;
}
.AnyTagClassName
{
color: #DBB8D0;
}
</style>
background-color css
<style>
a { background-color: #DBB8D0; }
a { background-color: rgb(219,184,208); }
div.DivClassName
{
background-color: #DBB8D0;
}
.BgClassName
{
background-color: #DBB8D0;
}
</style>
border-color css
<style>
span { border-color: #DBB8D0; }
span { border-color: rgb(219,184,208); }
td.TdClassName
{
border-color: #DBB8D0;
}
.TagClassName
{
border-color: #DBB8D0;
}
</style>