Shades of Twilight #DBC8D3
Tints of Twilight #DBC8D3
RGB
CMYK
RGB Variations
Color information
#DBC8D3 (or 0xDBC8D3) is known color: Twilight. HEX triplet: DB, C8 and D3. RGB value is (219,200,211). Sum of RGB (Red+Green+Blue) = 219+200+211=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8D3 is #24372C. Grayscale: #CECECE. Windows color (decimal): -2373421 or 13879515. OLE color: 13879515.
HSL color Cylindrical-coordinate representation of color #DBC8D3: hue angle of 325.26º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC8D3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 211 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.14 |
| HSL | 325.26º | 0.21% | 0.82% | - |
| HSV(B) | 325.26º | 0.09% | 0.86% | - |
| XYZ | 61.63 | 61.07 | 70.17 | - |
| YUV | 206.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 211 | 0 | 0.09 | 0.04 | 0.14 | 325.26 | 0.21 | 0.82 |
| Hex | DB | C8 | D3 | 0 | 9 | 4 | E | 145 | 15 | 52 |
| Octal | 333 | 310 | 323 | 0 | 11 | 4 | 16 | 505 | 25 | 122 |
| Binary | 11011011 | 11001000 | 11010011 | 0 | 1001 | 100 | 1110 | 101000101 | 10101 | 1010010 |
Color Harmonies of #DBC8D3
Complementary color
Monochromatic Colors of #DBC8D3
Black with #DBC8D3
Text Example
Text Example
White with #DBC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8D3; }
p { color: rgb(219,200,211); }
H1.HeaderClassName
{
color: #DBC8D3;
}
.AnyTagClassName
{
color: #DBC8D3;
}
</style>
background-color css
<style>
a { background-color: #DBC8D3; }
a { background-color: rgb(219,200,211); }
div.DivClassName
{
background-color: #DBC8D3;
}
.BgClassName
{
background-color: #DBC8D3;
}
</style>
border-color css
<style>
span { border-color: #DBC8D3; }
span { border-color: rgb(219,200,211); }
td.TdClassName
{
border-color: #DBC8D3;
}
.TagClassName
{
border-color: #DBC8D3;
}
</style>