Shades of Twilight #DBC2D3
Tints of Twilight #DBC2D3
RGB
CMYK
RGB Variations
Color information
#DBC2D3 (or 0xDBC2D3) is known color: Twilight. HEX triplet: DB, C2 and D3. RGB value is (219,194,211). Sum of RGB (Red+Green+Blue) = 219+194+211=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D3 is #243D2C. Grayscale: #CBCBCB. Windows color (decimal): -2374957 or 13877979. OLE color: 13877979.
HSL color Cylindrical-coordinate representation of color #DBC2D3: hue angle of 319.2º 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 #DBC2D3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 211 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.14 |
| HSL | 319.2º | 0.26% | 0.81% | - |
| HSV(B) | 319.2º | 0.11% | 0.86% | - |
| XYZ | 60.26 | 58.35 | 69.71 | - |
| YUV | 203.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 211 | 0 | 0.11 | 0.04 | 0.14 | 319.2 | 0.26 | 0.81 |
| Hex | DB | C2 | D3 | 0 | B | 4 | E | 13F | 1A | 51 |
| Octal | 333 | 302 | 323 | 0 | 13 | 4 | 16 | 477 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11010011 | 0 | 1011 | 100 | 1110 | 100111111 | 11010 | 1010001 |
Color Harmonies of #DBC2D3
Complementary color
Monochromatic Colors of #DBC2D3
Black with #DBC2D3
Text Example
Text Example
White with #DBC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2D3; }
p { color: rgb(219,194,211); }
H1.HeaderClassName
{
color: #DBC2D3;
}
.AnyTagClassName
{
color: #DBC2D3;
}
</style>
background-color css
<style>
a { background-color: #DBC2D3; }
a { background-color: rgb(219,194,211); }
div.DivClassName
{
background-color: #DBC2D3;
}
.BgClassName
{
background-color: #DBC2D3;
}
</style>
border-color css
<style>
span { border-color: #DBC2D3; }
span { border-color: rgb(219,194,211); }
td.TdClassName
{
border-color: #DBC2D3;
}
.TagClassName
{
border-color: #DBC2D3;
}
</style>