Shades of Twilight #DBC2D1
Tints of Twilight #DBC2D1
RGB
CMYK
RGB Variations
Color information
#DBC2D1 (or 0xDBC2D1) is known color: Twilight. HEX triplet: DB, C2 and D1. RGB value is (219,194,209). Sum of RGB (Red+Green+Blue) = 219+194+209=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D1 is #243D2E. Grayscale: #CBCBCB. Windows color (decimal): -2374959 or 13746907. OLE color: 13746907.
HSL color Cylindrical-coordinate representation of color #DBC2D1: hue angle of 324º degrees, saturation: 0.26, 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 #DBC2D1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 209 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.14 |
| HSL | 324º | 0.26% | 0.81% | - |
| HSV(B) | 324º | 0.11% | 0.86% | - |
| XYZ | 60.01 | 58.25 | 68.4 | - |
| YUV | 203.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 209 | 0 | 0.11 | 0.05 | 0.14 | 324 | 0.26 | 0.81 |
| Hex | DB | C2 | D1 | 0 | B | 5 | E | 144 | 1A | 51 |
| Octal | 333 | 302 | 321 | 0 | 13 | 5 | 16 | 504 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11010001 | 0 | 1011 | 101 | 1110 | 101000100 | 11010 | 1010001 |
Color Harmonies of #DBC2D1
Complementary color
Monochromatic Colors of #DBC2D1
Black with #DBC2D1
Text Example
Text Example
White with #DBC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2D1; }
p { color: rgb(219,194,209); }
H1.HeaderClassName
{
color: #DBC2D1;
}
.AnyTagClassName
{
color: #DBC2D1;
}
</style>
background-color css
<style>
a { background-color: #DBC2D1; }
a { background-color: rgb(219,194,209); }
div.DivClassName
{
background-color: #DBC2D1;
}
.BgClassName
{
background-color: #DBC2D1;
}
</style>
border-color css
<style>
span { border-color: #DBC2D1; }
span { border-color: rgb(219,194,209); }
td.TdClassName
{
border-color: #DBC2D1;
}
.TagClassName
{
border-color: #DBC2D1;
}
</style>