Shades of Twilight #DBC2CB
Tints of Twilight #DBC2CB
RGB
CMYK
RGB Variations
Color information
#DBC2CB (or 0xDBC2CB) is known color: Twilight. HEX triplet: DB, C2 and CB. RGB value is (219,194,203). Sum of RGB (Red+Green+Blue) = 219+194+203=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2CB is #243D34. Grayscale: #CACACA. Windows color (decimal): -2374965 or 13353691. OLE color: 13353691.
HSL color Cylindrical-coordinate representation of color #DBC2CB: hue angle of 338.4º 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 #DBC2CB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 203 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.14 |
| HSL | 338.4º | 0.26% | 0.81% | - |
| HSV(B) | 338.4º | 0.11% | 0.86% | - |
| XYZ | 59.28 | 57.96 | 64.56 | - |
| YUV | 202.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 203 | 0 | 0.11 | 0.07 | 0.14 | 338.4 | 0.26 | 0.81 |
| Hex | DB | C2 | CB | 0 | B | 7 | E | 152 | 1A | 51 |
| Octal | 333 | 302 | 313 | 0 | 13 | 7 | 16 | 522 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11001011 | 0 | 1011 | 111 | 1110 | 101010010 | 11010 | 1010001 |
Color Harmonies of #DBC2CB
Complementary color
Monochromatic Colors of #DBC2CB
Black with #DBC2CB
Text Example
Text Example
White with #DBC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2CB; }
p { color: rgb(219,194,203); }
H1.HeaderClassName
{
color: #DBC2CB;
}
.AnyTagClassName
{
color: #DBC2CB;
}
</style>
background-color css
<style>
a { background-color: #DBC2CB; }
a { background-color: rgb(219,194,203); }
div.DivClassName
{
background-color: #DBC2CB;
}
.BgClassName
{
background-color: #DBC2CB;
}
</style>
border-color css
<style>
span { border-color: #DBC2CB; }
span { border-color: rgb(219,194,203); }
td.TdClassName
{
border-color: #DBC2CB;
}
.TagClassName
{
border-color: #DBC2CB;
}
</style>