Shades of Twilight #DBB7C9
Tints of Twilight #DBB7C9
RGB
CMYK
RGB Variations
Color information
#DBB7C9 (or 0xDBB7C9) is known color: Twilight. HEX triplet: DB, B7 and C9. RGB value is (219,183,201). Sum of RGB (Red+Green+Blue) = 219+183+201=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7C9 is #244836. Grayscale: #C3C3C3. Windows color (decimal): -2377783 or 13219803. OLE color: 13219803.
HSL color Cylindrical-coordinate representation of color #DBB7C9: hue angle of 330º 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 #DBB7C9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 201 | - |
CMYK | 0 | 0.16 | 0.08 | 0.14 |
HSL | 330º | 0.33% | 0.79% | - |
HSV(B) | 330º | 0.16% | 0.86% | - |
XYZ | 56.69 | 53.14 | 62.53 | - |
YUV | 195.82 | 130.93 | 144.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 201 | 0 | 0.16 | 0.08 | 0.14 | 330 | 0.33 | 0.79 |
Hex | DB | B7 | C9 | 0 | 10 | 8 | E | 14A | 21 | 4F |
Octal | 333 | 267 | 311 | 0 | 20 | 10 | 16 | 512 | 41 | 117 |
Binary | 11011011 | 10110111 | 11001001 | 0 | 10000 | 1000 | 1110 | 101001010 | 100001 | 1001111 |
Color Harmonies of #DBB7C9
Complementary color
Monochromatic Colors of #DBB7C9
Black with #DBB7C9
Text Example
Text Example
White with #DBB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7C9; }
p { color: rgb(219,183,201); }
H1.HeaderClassName
{
color: #DBB7C9;
}
.AnyTagClassName
{
color: #DBB7C9;
}
</style>
background-color css
<style>
a { background-color: #DBB7C9; }
a { background-color: rgb(219,183,201); }
div.DivClassName
{
background-color: #DBB7C9;
}
.BgClassName
{
background-color: #DBB7C9;
}
</style>
border-color css
<style>
span { border-color: #DBB7C9; }
span { border-color: rgb(219,183,201); }
td.TdClassName
{
border-color: #DBB7C9;
}
.TagClassName
{
border-color: #DBB7C9;
}
</style>