Shades of Twilight #DBCFD7
Tints of Twilight #DBCFD7
RGB
CMYK
RGB Variations
Color information
#DBCFD7 (or 0xDBCFD7) is known color: Twilight. HEX triplet: DB, CF and D7. RGB value is (219,207,215). Sum of RGB (Red+Green+Blue) = 219+207+215=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFD7 is #243028. Grayscale: #D3D3D3. Windows color (decimal): -2371625 or 14143451. OLE color: 14143451.
HSL color Cylindrical-coordinate representation of color #DBCFD7: hue angle of 320º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBCFD7 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 215 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.14 |
| HSL | 320º | 0.14% | 0.84% | - |
| HSV(B) | 320º | 0.05% | 0.86% | - |
| XYZ | 63.79 | 64.59 | 73.4 | - |
| YUV | 211.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 215 | 0 | 0.05 | 0.02 | 0.14 | 320 | 0.14 | 0.84 |
| Hex | DB | CF | D7 | 0 | 5 | 2 | E | 140 | E | 54 |
| Octal | 333 | 317 | 327 | 0 | 5 | 2 | 16 | 500 | 16 | 124 |
| Binary | 11011011 | 11001111 | 11010111 | 0 | 101 | 10 | 1110 | 101000000 | 1110 | 1010100 |
Color Harmonies of #DBCFD7
Complementary color
Monochromatic Colors of #DBCFD7
Black with #DBCFD7
Text Example
Text Example
White with #DBCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFD7; }
p { color: rgb(219,207,215); }
H1.HeaderClassName
{
color: #DBCFD7;
}
.AnyTagClassName
{
color: #DBCFD7;
}
</style>
background-color css
<style>
a { background-color: #DBCFD7; }
a { background-color: rgb(219,207,215); }
div.DivClassName
{
background-color: #DBCFD7;
}
.BgClassName
{
background-color: #DBCFD7;
}
</style>
border-color css
<style>
span { border-color: #DBCFD7; }
span { border-color: rgb(219,207,215); }
td.TdClassName
{
border-color: #DBCFD7;
}
.TagClassName
{
border-color: #DBCFD7;
}
</style>