Shades of Twilight #DBCED6
Tints of Twilight #DBCED6
RGB
CMYK
RGB Variations
Color information
#DBCED6 (or 0xDBCED6) is known color: Twilight. HEX triplet: DB, CE and D6. RGB value is (219,206,214). Sum of RGB (Red+Green+Blue) = 219+206+214=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED6 is #243129. Grayscale: #D2D2D2. Windows color (decimal): -2371882 or 14077659. OLE color: 14077659.
HSL color Cylindrical-coordinate representation of color #DBCED6: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCED6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 214 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.14 |
| HSL | 323.08º | 0.15% | 0.83% | - |
| HSV(B) | 323.08º | 0.06% | 0.86% | - |
| XYZ | 63.42 | 64.06 | 72.64 | - |
| YUV | 210.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 214 | 0 | 0.06 | 0.02 | 0.14 | 323.08 | 0.15 | 0.83 |
| Hex | DB | CE | D6 | 0 | 6 | 2 | E | 143 | F | 53 |
| Octal | 333 | 316 | 326 | 0 | 6 | 2 | 16 | 503 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11010110 | 0 | 110 | 10 | 1110 | 101000011 | 1111 | 1010011 |
Color Harmonies of #DBCED6
Complementary color
Monochromatic Colors of #DBCED6
Black with #DBCED6
Text Example
Text Example
White with #DBCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED6; }
p { color: rgb(219,206,214); }
H1.HeaderClassName
{
color: #DBCED6;
}
.AnyTagClassName
{
color: #DBCED6;
}
</style>
background-color css
<style>
a { background-color: #DBCED6; }
a { background-color: rgb(219,206,214); }
div.DivClassName
{
background-color: #DBCED6;
}
.BgClassName
{
background-color: #DBCED6;
}
</style>
border-color css
<style>
span { border-color: #DBCED6; }
span { border-color: rgb(219,206,214); }
td.TdClassName
{
border-color: #DBCED6;
}
.TagClassName
{
border-color: #DBCED6;
}
</style>