Shades of Twilight #DBC4D4
Tints of Twilight #DBC4D4
RGB
CMYK
RGB Variations
Color information
#DBC4D4 (or 0xDBC4D4) is known color: Twilight. HEX triplet: DB, C4 and D4. RGB value is (219,196,212). Sum of RGB (Red+Green+Blue) = 219+196+212=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4D4 is #243B2B. Grayscale: #CCCCCC. Windows color (decimal): -2374444 or 13944027. OLE color: 13944027.
HSL color Cylindrical-coordinate representation of color #DBC4D4: hue angle of 318.26º 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 #DBC4D4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 212 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.14 |
| HSL | 318.26º | 0.24% | 0.81% | - |
| HSV(B) | 318.26º | 0.11% | 0.86% | - |
| XYZ | 60.84 | 59.29 | 70.53 | - |
| YUV | 204.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 212 | 0 | 0.11 | 0.03 | 0.14 | 318.26 | 0.24 | 0.81 |
| Hex | DB | C4 | D4 | 0 | B | 3 | E | 13E | 18 | 51 |
| Octal | 333 | 304 | 324 | 0 | 13 | 3 | 16 | 476 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11010100 | 0 | 1011 | 11 | 1110 | 100111110 | 11000 | 1010001 |
Color Harmonies of #DBC4D4
Complementary color
Monochromatic Colors of #DBC4D4
Black with #DBC4D4
Text Example
Text Example
White with #DBC4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4D4; }
p { color: rgb(219,196,212); }
H1.HeaderClassName
{
color: #DBC4D4;
}
.AnyTagClassName
{
color: #DBC4D4;
}
</style>
background-color css
<style>
a { background-color: #DBC4D4; }
a { background-color: rgb(219,196,212); }
div.DivClassName
{
background-color: #DBC4D4;
}
.BgClassName
{
background-color: #DBC4D4;
}
</style>
border-color css
<style>
span { border-color: #DBC4D4; }
span { border-color: rgb(219,196,212); }
td.TdClassName
{
border-color: #DBC4D4;
}
.TagClassName
{
border-color: #DBC4D4;
}
</style>