Shades of Twilight #DBC5D2
Tints of Twilight #DBC5D2
RGB
CMYK
RGB Variations
Color information
#DBC5D2 (or 0xDBC5D2) is known color: Twilight. HEX triplet: DB, C5 and D2. RGB value is (219,197,210). Sum of RGB (Red+Green+Blue) = 219+197+210=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D2 is #243A2D. Grayscale: #CDCDCD. Windows color (decimal): -2374190 or 13813211. OLE color: 13813211.
HSL color Cylindrical-coordinate representation of color #DBC5D2: hue angle of 324.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5D2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 210 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.14 |
| HSL | 324.55º | 0.23% | 0.82% | - |
| HSV(B) | 324.55º | 0.1% | 0.86% | - |
| XYZ | 60.81 | 59.65 | 69.28 | - |
| YUV | 205.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 210 | 0 | 0.10 | 0.04 | 0.14 | 324.55 | 0.23 | 0.82 |
| Hex | DB | C5 | D2 | 0 | A | 4 | E | 145 | 17 | 52 |
| Octal | 333 | 305 | 322 | 0 | 12 | 4 | 16 | 505 | 27 | 122 |
| Binary | 11011011 | 11000101 | 11010010 | 0 | 1010 | 100 | 1110 | 101000101 | 10111 | 1010010 |
Color Harmonies of #DBC5D2
Complementary color
Monochromatic Colors of #DBC5D2
Black with #DBC5D2
Text Example
Text Example
White with #DBC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5D2; }
p { color: rgb(219,197,210); }
H1.HeaderClassName
{
color: #DBC5D2;
}
.AnyTagClassName
{
color: #DBC5D2;
}
</style>
background-color css
<style>
a { background-color: #DBC5D2; }
a { background-color: rgb(219,197,210); }
div.DivClassName
{
background-color: #DBC5D2;
}
.BgClassName
{
background-color: #DBC5D2;
}
</style>
border-color css
<style>
span { border-color: #DBC5D2; }
span { border-color: rgb(219,197,210); }
td.TdClassName
{
border-color: #DBC5D2;
}
.TagClassName
{
border-color: #DBC5D2;
}
</style>