Shades of Twilight #DBC4D0
Tints of Twilight #DBC4D0
RGB
CMYK
RGB Variations
Color information
#DBC4D0 (or 0xDBC4D0) is known color: Twilight. HEX triplet: DB, C4 and D0. RGB value is (219,196,208). Sum of RGB (Red+Green+Blue) = 219+196+208=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4D0 is #243B2F. Grayscale: #CCCCCC. Windows color (decimal): -2374448 or 13681883. OLE color: 13681883.
HSL color Cylindrical-coordinate representation of color #DBC4D0: hue angle of 328.7º 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 #DBC4D0 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 196 | 208 | - |
CMYK | 0 | 0.11 | 0.05 | 0.14 |
HSL | 328.7º | 0.24% | 0.81% | - |
HSV(B) | 328.7º | 0.11% | 0.86% | - |
XYZ | 60.34 | 59.09 | 67.9 | - |
YUV | 204.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 196 | 208 | 0 | 0.11 | 0.05 | 0.14 | 328.7 | 0.24 | 0.81 |
Hex | DB | C4 | D0 | 0 | B | 5 | E | 149 | 18 | 51 |
Octal | 333 | 304 | 320 | 0 | 13 | 5 | 16 | 511 | 30 | 121 |
Binary | 11011011 | 11000100 | 11010000 | 0 | 1011 | 101 | 1110 | 101001001 | 11000 | 1010001 |
Color Harmonies of #DBC4D0
Complementary color
Monochromatic Colors of #DBC4D0
Black with #DBC4D0
Text Example
Text Example
White with #DBC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4D0; }
p { color: rgb(219,196,208); }
H1.HeaderClassName
{
color: #DBC4D0;
}
.AnyTagClassName
{
color: #DBC4D0;
}
</style>
background-color css
<style>
a { background-color: #DBC4D0; }
a { background-color: rgb(219,196,208); }
div.DivClassName
{
background-color: #DBC4D0;
}
.BgClassName
{
background-color: #DBC4D0;
}
</style>
border-color css
<style>
span { border-color: #DBC4D0; }
span { border-color: rgb(219,196,208); }
td.TdClassName
{
border-color: #DBC4D0;
}
.TagClassName
{
border-color: #DBC4D0;
}
</style>