Shades of Twilight #DBC1CF
Tints of Twilight #DBC1CF
RGB
CMYK
RGB Variations
Color information
#DBC1CF (or 0xDBC1CF) is known color: Twilight. HEX triplet: DB, C1 and CF. RGB value is (219,193,207). Sum of RGB (Red+Green+Blue) = 219+193+207=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1CF is #243E30. Grayscale: #CACACA. Windows color (decimal): -2375217 or 13615579. OLE color: 13615579.
HSL color Cylindrical-coordinate representation of color #DBC1CF: hue angle of 327.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1CF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 207 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.14 |
| HSL | 327.69º | 0.27% | 0.81% | - |
| HSV(B) | 327.69º | 0.12% | 0.86% | - |
| XYZ | 59.55 | 57.71 | 67.03 | - |
| YUV | 202.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 207 | 0 | 0.12 | 0.05 | 0.14 | 327.69 | 0.27 | 0.81 |
| Hex | DB | C1 | CF | 0 | C | 5 | E | 148 | 1B | 51 |
| Octal | 333 | 301 | 317 | 0 | 14 | 5 | 16 | 510 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11001111 | 0 | 1100 | 101 | 1110 | 101001000 | 11011 | 1010001 |
Color Harmonies of #DBC1CF
Complementary color
Monochromatic Colors of #DBC1CF
Black with #DBC1CF
Text Example
Text Example
White with #DBC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1CF; }
p { color: rgb(219,193,207); }
H1.HeaderClassName
{
color: #DBC1CF;
}
.AnyTagClassName
{
color: #DBC1CF;
}
</style>
background-color css
<style>
a { background-color: #DBC1CF; }
a { background-color: rgb(219,193,207); }
div.DivClassName
{
background-color: #DBC1CF;
}
.BgClassName
{
background-color: #DBC1CF;
}
</style>
border-color css
<style>
span { border-color: #DBC1CF; }
span { border-color: rgb(219,193,207); }
td.TdClassName
{
border-color: #DBC1CF;
}
.TagClassName
{
border-color: #DBC1CF;
}
</style>