Shades of Twilight #DBBBCF
Tints of Twilight #DBBBCF
RGB
CMYK
RGB Variations
Color information
#DBBBCF (or 0xDBBBCF) is known color: Twilight. HEX triplet: DB, BB and CF. RGB value is (219,187,207). Sum of RGB (Red+Green+Blue) = 219+187+207=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCF is #244430. Grayscale: #C6C6C6. Windows color (decimal): -2376753 or 13614043. OLE color: 13614043.
HSL color Cylindrical-coordinate representation of color #DBBBCF: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBCF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 207 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.14 |
| HSL | 322.5º | 0.31% | 0.8% | - |
| HSV(B) | 322.5º | 0.15% | 0.86% | - |
| XYZ | 58.25 | 55.11 | 66.6 | - |
| YUV | 198.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 207 | 0 | 0.15 | 0.05 | 0.14 | 322.5 | 0.31 | 0.8 |
| Hex | DB | BB | CF | 0 | F | 5 | E | 142 | 1F | 50 |
| Octal | 333 | 273 | 317 | 0 | 17 | 5 | 16 | 502 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11001111 | 0 | 1111 | 101 | 1110 | 101000010 | 11111 | 1010000 |
Color Harmonies of #DBBBCF
Complementary color
Monochromatic Colors of #DBBBCF
Black with #DBBBCF
Text Example
Text Example
White with #DBBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBCF; }
p { color: rgb(219,187,207); }
H1.HeaderClassName
{
color: #DBBBCF;
}
.AnyTagClassName
{
color: #DBBBCF;
}
</style>
background-color css
<style>
a { background-color: #DBBBCF; }
a { background-color: rgb(219,187,207); }
div.DivClassName
{
background-color: #DBBBCF;
}
.BgClassName
{
background-color: #DBBBCF;
}
</style>
border-color css
<style>
span { border-color: #DBBBCF; }
span { border-color: rgb(219,187,207); }
td.TdClassName
{
border-color: #DBBBCF;
}
.TagClassName
{
border-color: #DBBBCF;
}
</style>