Shades of Twilight #DBC6CE
Tints of Twilight #DBC6CE
RGB
CMYK
RGB Variations
Color information
#DBC6CE (or 0xDBC6CE) is known color: Twilight. HEX triplet: DB, C6 and CE. RGB value is (219,198,206). Sum of RGB (Red+Green+Blue) = 219+198+206=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6CE is #243931. Grayscale: #CDCDCD. Windows color (decimal): -2373938 or 13551323. OLE color: 13551323.
HSL color Cylindrical-coordinate representation of color #DBC6CE: hue angle of 337.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC6CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 206 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.14 |
| HSL | 337.14º | 0.23% | 0.82% | - |
| HSV(B) | 337.14º | 0.1% | 0.86% | - |
| XYZ | 60.55 | 59.9 | 66.76 | - |
| YUV | 205.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 206 | 0 | 0.10 | 0.06 | 0.14 | 337.14 | 0.23 | 0.82 |
| Hex | DB | C6 | CE | 0 | A | 6 | E | 151 | 17 | 52 |
| Octal | 333 | 306 | 316 | 0 | 12 | 6 | 16 | 521 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11001110 | 0 | 1010 | 110 | 1110 | 101010001 | 10111 | 1010010 |
Color Harmonies of #DBC6CE
Complementary color
Monochromatic Colors of #DBC6CE
Black with #DBC6CE
Text Example
Text Example
White with #DBC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6CE; }
p { color: rgb(219,198,206); }
H1.HeaderClassName
{
color: #DBC6CE;
}
.AnyTagClassName
{
color: #DBC6CE;
}
</style>
background-color css
<style>
a { background-color: #DBC6CE; }
a { background-color: rgb(219,198,206); }
div.DivClassName
{
background-color: #DBC6CE;
}
.BgClassName
{
background-color: #DBC6CE;
}
</style>
border-color css
<style>
span { border-color: #DBC6CE; }
span { border-color: rgb(219,198,206); }
td.TdClassName
{
border-color: #DBC6CE;
}
.TagClassName
{
border-color: #DBC6CE;
}
</style>