Shades of Twilight #DBBCCF
Tints of Twilight #DBBCCF
RGB
CMYK
RGB Variations
Color information
#DBBCCF (or 0xDBBCCF) is known color: Twilight. HEX triplet: DB, BC and CF. RGB value is (219,188,207). Sum of RGB (Red+Green+Blue) = 219+188+207=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCCF is #244330. Grayscale: #C7C7C7. Windows color (decimal): -2376497 or 13614299. OLE color: 13614299.
HSL color Cylindrical-coordinate representation of color #DBBCCF: hue angle of 323.23º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCCF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 207 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.14 |
| HSL | 323.23º | 0.3% | 0.8% | - |
| HSV(B) | 323.23º | 0.14% | 0.86% | - |
| XYZ | 58.46 | 55.53 | 66.67 | - |
| YUV | 199.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 207 | 0 | 0.14 | 0.05 | 0.14 | 323.23 | 0.3 | 0.8 |
| Hex | DB | BC | CF | 0 | E | 5 | E | 143 | 1E | 50 |
| Octal | 333 | 274 | 317 | 0 | 16 | 5 | 16 | 503 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11001111 | 0 | 1110 | 101 | 1110 | 101000011 | 11110 | 1010000 |
Color Harmonies of #DBBCCF
Complementary color
Monochromatic Colors of #DBBCCF
Black with #DBBCCF
Text Example
Text Example
White with #DBBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCCF; }
p { color: rgb(219,188,207); }
H1.HeaderClassName
{
color: #DBBCCF;
}
.AnyTagClassName
{
color: #DBBCCF;
}
</style>
background-color css
<style>
a { background-color: #DBBCCF; }
a { background-color: rgb(219,188,207); }
div.DivClassName
{
background-color: #DBBCCF;
}
.BgClassName
{
background-color: #DBBCCF;
}
</style>
border-color css
<style>
span { border-color: #DBBCCF; }
span { border-color: rgb(219,188,207); }
td.TdClassName
{
border-color: #DBBCCF;
}
.TagClassName
{
border-color: #DBBCCF;
}
</style>