Shades of Twilight #DBB3CB
Tints of Twilight #DBB3CB
RGB
CMYK
RGB Variations
Color information
#DBB3CB (or 0xDBB3CB) is known color: Twilight. HEX triplet: DB, B3 and CB. RGB value is (219,179,203). Sum of RGB (Red+Green+Blue) = 219+179+203=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3CB is #244C34. Grayscale: #C1C1C1. Windows color (decimal): -2378805 or 13349851. OLE color: 13349851.
HSL color Cylindrical-coordinate representation of color #DBB3CB: hue angle of 324º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3CB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 203 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.14 |
| HSL | 324º | 0.36% | 0.78% | - |
| HSV(B) | 324º | 0.18% | 0.86% | - |
| XYZ | 56.11 | 51.61 | 63.5 | - |
| YUV | 193.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 203 | 0 | 0.18 | 0.07 | 0.14 | 324 | 0.36 | 0.78 |
| Hex | DB | B3 | CB | 0 | 12 | 7 | E | 144 | 24 | 4E |
| Octal | 333 | 263 | 313 | 0 | 22 | 7 | 16 | 504 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11001011 | 0 | 10010 | 111 | 1110 | 101000100 | 100100 | 1001110 |
Color Harmonies of #DBB3CB
Complementary color
Monochromatic Colors of #DBB3CB
Black with #DBB3CB
Text Example
Text Example
White with #DBB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3CB; }
p { color: rgb(219,179,203); }
H1.HeaderClassName
{
color: #DBB3CB;
}
.AnyTagClassName
{
color: #DBB3CB;
}
</style>
background-color css
<style>
a { background-color: #DBB3CB; }
a { background-color: rgb(219,179,203); }
div.DivClassName
{
background-color: #DBB3CB;
}
.BgClassName
{
background-color: #DBB3CB;
}
</style>
border-color css
<style>
span { border-color: #DBB3CB; }
span { border-color: rgb(219,179,203); }
td.TdClassName
{
border-color: #DBB3CB;
}
.TagClassName
{
border-color: #DBB3CB;
}
</style>