Shades of Twilight #DBC6D4
Tints of Twilight #DBC6D4
RGB
CMYK
RGB Variations
Color information
#DBC6D4 (or 0xDBC6D4) is known color: Twilight. HEX triplet: DB, C6 and D4. RGB value is (219,198,212). Sum of RGB (Red+Green+Blue) = 219+198+212=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6D4 is #24392B. Grayscale: #CDCDCD. Windows color (decimal): -2373932 or 13944539. OLE color: 13944539.
HSL color Cylindrical-coordinate representation of color #DBC6D4: hue angle of 320º 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 #DBC6D4 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 212 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.14 |
| HSL | 320º | 0.23% | 0.82% | - |
| HSV(B) | 320º | 0.1% | 0.86% | - |
| XYZ | 61.29 | 60.2 | 70.68 | - |
| YUV | 205.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 212 | 0 | 0.10 | 0.03 | 0.14 | 320 | 0.23 | 0.82 |
| Hex | DB | C6 | D4 | 0 | A | 3 | E | 140 | 17 | 52 |
| Octal | 333 | 306 | 324 | 0 | 12 | 3 | 16 | 500 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11010100 | 0 | 1010 | 11 | 1110 | 101000000 | 10111 | 1010010 |
Color Harmonies of #DBC6D4
Complementary color
Monochromatic Colors of #DBC6D4
Black with #DBC6D4
Text Example
Text Example
White with #DBC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6D4; }
p { color: rgb(219,198,212); }
H1.HeaderClassName
{
color: #DBC6D4;
}
.AnyTagClassName
{
color: #DBC6D4;
}
</style>
background-color css
<style>
a { background-color: #DBC6D4; }
a { background-color: rgb(219,198,212); }
div.DivClassName
{
background-color: #DBC6D4;
}
.BgClassName
{
background-color: #DBC6D4;
}
</style>
border-color css
<style>
span { border-color: #DBC6D4; }
span { border-color: rgb(219,198,212); }
td.TdClassName
{
border-color: #DBC6D4;
}
.TagClassName
{
border-color: #DBC6D4;
}
</style>