Shades of Twilight #DBB7C8
Tints of Twilight #DBB7C8
RGB
CMYK
RGB Variations
Color information
#DBB7C8 (or 0xDBB7C8) is known color: Twilight. HEX triplet: DB, B7 and C8. RGB value is (219,183,200). Sum of RGB (Red+Green+Blue) = 219+183+200=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7C8 is #244837. Grayscale: #C3C3C3. Windows color (decimal): -2377784 or 13154267. OLE color: 13154267.
HSL color Cylindrical-coordinate representation of color #DBB7C8: hue angle of 331.67º 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 #DBB7C8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 200 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 331.67º | 0.33% | 0.79% | - |
| HSV(B) | 331.67º | 0.16% | 0.86% | - |
| XYZ | 56.57 | 53.1 | 61.91 | - |
| YUV | 195.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 200 | 0 | 0.16 | 0.09 | 0.14 | 331.67 | 0.33 | 0.79 |
| Hex | DB | B7 | C8 | 0 | 10 | 9 | E | 14C | 21 | 4F |
| Octal | 333 | 267 | 310 | 0 | 20 | 11 | 16 | 514 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11001000 | 0 | 10000 | 1001 | 1110 | 101001100 | 100001 | 1001111 |
Color Harmonies of #DBB7C8
Complementary color
Monochromatic Colors of #DBB7C8
Black with #DBB7C8
Text Example
Text Example
White with #DBB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7C8; }
p { color: rgb(219,183,200); }
H1.HeaderClassName
{
color: #DBB7C8;
}
.AnyTagClassName
{
color: #DBB7C8;
}
</style>
background-color css
<style>
a { background-color: #DBB7C8; }
a { background-color: rgb(219,183,200); }
div.DivClassName
{
background-color: #DBB7C8;
}
.BgClassName
{
background-color: #DBB7C8;
}
</style>
border-color css
<style>
span { border-color: #DBB7C8; }
span { border-color: rgb(219,183,200); }
td.TdClassName
{
border-color: #DBB7C8;
}
.TagClassName
{
border-color: #DBB7C8;
}
</style>