Shades of Twilight #DBC7D4
Tints of Twilight #DBC7D4
RGB
CMYK
RGB Variations
Color information
#DBC7D4 (or 0xDBC7D4) is known color: Twilight. HEX triplet: DB, C7 and D4. RGB value is (219,199,212). Sum of RGB (Red+Green+Blue) = 219+199+212=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D4 is #24382B. Grayscale: #CECECE. Windows color (decimal): -2373676 or 13944795. OLE color: 13944795.
HSL color Cylindrical-coordinate representation of color #DBC7D4: hue angle of 321º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7D4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 212 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.14 |
| HSL | 321º | 0.22% | 0.82% | - |
| HSV(B) | 321º | 0.09% | 0.86% | - |
| XYZ | 61.52 | 60.66 | 70.75 | - |
| YUV | 206.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 212 | 0 | 0.09 | 0.03 | 0.14 | 321 | 0.22 | 0.82 |
| Hex | DB | C7 | D4 | 0 | 9 | 3 | E | 141 | 16 | 52 |
| Octal | 333 | 307 | 324 | 0 | 11 | 3 | 16 | 501 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11010100 | 0 | 1001 | 11 | 1110 | 101000001 | 10110 | 1010010 |
Color Harmonies of #DBC7D4
Complementary color
Monochromatic Colors of #DBC7D4
Black with #DBC7D4
Text Example
Text Example
White with #DBC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7D4; }
p { color: rgb(219,199,212); }
H1.HeaderClassName
{
color: #DBC7D4;
}
.AnyTagClassName
{
color: #DBC7D4;
}
</style>
background-color css
<style>
a { background-color: #DBC7D4; }
a { background-color: rgb(219,199,212); }
div.DivClassName
{
background-color: #DBC7D4;
}
.BgClassName
{
background-color: #DBC7D4;
}
</style>
border-color css
<style>
span { border-color: #DBC7D4; }
span { border-color: rgb(219,199,212); }
td.TdClassName
{
border-color: #DBC7D4;
}
.TagClassName
{
border-color: #DBC7D4;
}
</style>