Shades of Twilight #DBBFD2
Tints of Twilight #DBBFD2
RGB
CMYK
RGB Variations
Color information
#DBBFD2 (or 0xDBBFD2) is known color: Twilight. HEX triplet: DB, BF and D2. RGB value is (219,191,210). Sum of RGB (Red+Green+Blue) = 219+191+210=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD2 is #24402D. Grayscale: #C9C9C9. Windows color (decimal): -2375726 or 13811675. OLE color: 13811675.
HSL color Cylindrical-coordinate representation of color #DBBFD2: hue angle of 319.29º 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 #DBBFD2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 210 | - |
CMYK | 0 | 0.13 | 0.04 | 0.14 |
HSL | 319.29º | 0.28% | 0.8% | - |
HSV(B) | 319.29º | 0.13% | 0.86% | - |
XYZ | 59.48 | 56.97 | 68.84 | - |
YUV | 201.54 | 132.78 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 210 | 0 | 0.13 | 0.04 | 0.14 | 319.29 | 0.28 | 0.8 |
Hex | DB | BF | D2 | 0 | D | 4 | E | 13F | 1C | 50 |
Octal | 333 | 277 | 322 | 0 | 15 | 4 | 16 | 477 | 34 | 120 |
Binary | 11011011 | 10111111 | 11010010 | 0 | 1101 | 100 | 1110 | 100111111 | 11100 | 1010000 |
Color Harmonies of #DBBFD2
Complementary color
Monochromatic Colors of #DBBFD2
Black with #DBBFD2
Text Example
Text Example
White with #DBBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFD2; }
p { color: rgb(219,191,210); }
H1.HeaderClassName
{
color: #DBBFD2;
}
.AnyTagClassName
{
color: #DBBFD2;
}
</style>
background-color css
<style>
a { background-color: #DBBFD2; }
a { background-color: rgb(219,191,210); }
div.DivClassName
{
background-color: #DBBFD2;
}
.BgClassName
{
background-color: #DBBFD2;
}
</style>
border-color css
<style>
span { border-color: #DBBFD2; }
span { border-color: rgb(219,191,210); }
td.TdClassName
{
border-color: #DBBFD2;
}
.TagClassName
{
border-color: #DBBFD2;
}
</style>