Shades of Twilight #DBB9CB
Tints of Twilight #DBB9CB
RGB
CMYK
RGB Variations
Color information
#DBB9CB (or 0xDBB9CB) is known color: Twilight. HEX triplet: DB, B9 and CB. RGB value is (219,185,203). Sum of RGB (Red+Green+Blue) = 219+185+203=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9CB is #244634. Grayscale: #C5C5C5. Windows color (decimal): -2377269 or 13351387. OLE color: 13351387.
HSL color Cylindrical-coordinate representation of color #DBB9CB: hue angle of 328.24º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9CB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 203 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.14 |
| HSL | 328.24º | 0.32% | 0.79% | - |
| HSV(B) | 328.24º | 0.16% | 0.86% | - |
| XYZ | 57.34 | 54.07 | 63.91 | - |
| YUV | 197.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 203 | 0 | 0.16 | 0.07 | 0.14 | 328.24 | 0.32 | 0.79 |
| Hex | DB | B9 | CB | 0 | 10 | 7 | E | 148 | 20 | 4F |
| Octal | 333 | 271 | 313 | 0 | 20 | 7 | 16 | 510 | 40 | 117 |
| Binary | 11011011 | 10111001 | 11001011 | 0 | 10000 | 111 | 1110 | 101001000 | 100000 | 1001111 |
Color Harmonies of #DBB9CB
Complementary color
Monochromatic Colors of #DBB9CB
Black with #DBB9CB
Text Example
Text Example
White with #DBB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9CB; }
p { color: rgb(219,185,203); }
H1.HeaderClassName
{
color: #DBB9CB;
}
.AnyTagClassName
{
color: #DBB9CB;
}
</style>
background-color css
<style>
a { background-color: #DBB9CB; }
a { background-color: rgb(219,185,203); }
div.DivClassName
{
background-color: #DBB9CB;
}
.BgClassName
{
background-color: #DBB9CB;
}
</style>
border-color css
<style>
span { border-color: #DBB9CB; }
span { border-color: rgb(219,185,203); }
td.TdClassName
{
border-color: #DBB9CB;
}
.TagClassName
{
border-color: #DBB9CB;
}
</style>