Shades of Twilight #DBC4D3
Tints of Twilight #DBC4D3
RGB
CMYK
RGB Variations
Color information
#DBC4D3 (or 0xDBC4D3) is known color: Twilight. HEX triplet: DB, C4 and D3. RGB value is (219,196,211). Sum of RGB (Red+Green+Blue) = 219+196+211=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4D3 is #243B2C. Grayscale: #CCCCCC. Windows color (decimal): -2374445 or 13878491. OLE color: 13878491.
HSL color Cylindrical-coordinate representation of color #DBC4D3: hue angle of 320.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4D3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 211 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.14 |
| HSL | 320.87º | 0.24% | 0.81% | - |
| HSV(B) | 320.87º | 0.11% | 0.86% | - |
| XYZ | 60.71 | 59.24 | 69.86 | - |
| YUV | 204.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 211 | 0 | 0.11 | 0.04 | 0.14 | 320.87 | 0.24 | 0.81 |
| Hex | DB | C4 | D3 | 0 | B | 4 | E | 141 | 18 | 51 |
| Octal | 333 | 304 | 323 | 0 | 13 | 4 | 16 | 501 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11010011 | 0 | 1011 | 100 | 1110 | 101000001 | 11000 | 1010001 |
Color Harmonies of #DBC4D3
Complementary color
Monochromatic Colors of #DBC4D3
Black with #DBC4D3
Text Example
Text Example
White with #DBC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4D3; }
p { color: rgb(219,196,211); }
H1.HeaderClassName
{
color: #DBC4D3;
}
.AnyTagClassName
{
color: #DBC4D3;
}
</style>
background-color css
<style>
a { background-color: #DBC4D3; }
a { background-color: rgb(219,196,211); }
div.DivClassName
{
background-color: #DBC4D3;
}
.BgClassName
{
background-color: #DBC4D3;
}
</style>
border-color css
<style>
span { border-color: #DBC4D3; }
span { border-color: rgb(219,196,211); }
td.TdClassName
{
border-color: #DBC4D3;
}
.TagClassName
{
border-color: #DBC4D3;
}
</style>