Shades of Twilight #DBBFCC
Tints of Twilight #DBBFCC
RGB
CMYK
RGB Variations
Color information
#DBBFCC (or 0xDBBFCC) is known color: Twilight. HEX triplet: DB, BF and CC. RGB value is (219,191,204). Sum of RGB (Red+Green+Blue) = 219+191+204=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFCC is #244033. Grayscale: #C8C8C8. Windows color (decimal): -2375732 or 13418459. OLE color: 13418459.
HSL color Cylindrical-coordinate representation of color #DBBFCC: hue angle of 332.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFCC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 204 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.14 |
| HSL | 332.14º | 0.28% | 0.8% | - |
| HSV(B) | 332.14º | 0.13% | 0.86% | - |
| XYZ | 58.74 | 56.68 | 64.97 | - |
| YUV | 200.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 204 | 0 | 0.13 | 0.07 | 0.14 | 332.14 | 0.28 | 0.8 |
| Hex | DB | BF | CC | 0 | D | 7 | E | 14C | 1C | 50 |
| Octal | 333 | 277 | 314 | 0 | 15 | 7 | 16 | 514 | 34 | 120 |
| Binary | 11011011 | 10111111 | 11001100 | 0 | 1101 | 111 | 1110 | 101001100 | 11100 | 1010000 |
Color Harmonies of #DBBFCC
Complementary color
Monochromatic Colors of #DBBFCC
Black with #DBBFCC
Text Example
Text Example
White with #DBBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFCC; }
p { color: rgb(219,191,204); }
H1.HeaderClassName
{
color: #DBBFCC;
}
.AnyTagClassName
{
color: #DBBFCC;
}
</style>
background-color css
<style>
a { background-color: #DBBFCC; }
a { background-color: rgb(219,191,204); }
div.DivClassName
{
background-color: #DBBFCC;
}
.BgClassName
{
background-color: #DBBFCC;
}
</style>
border-color css
<style>
span { border-color: #DBBFCC; }
span { border-color: rgb(219,191,204); }
td.TdClassName
{
border-color: #DBBFCC;
}
.TagClassName
{
border-color: #DBBFCC;
}
</style>