Shades of Twilight #DBBBCE
Tints of Twilight #DBBBCE
RGB
CMYK
RGB Variations
Color information
#DBBBCE (or 0xDBBBCE) is known color: Twilight. HEX triplet: DB, BB and CE. RGB value is (219,187,206). Sum of RGB (Red+Green+Blue) = 219+187+206=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCE is #244431. Grayscale: #C6C6C6. Windows color (decimal): -2376754 or 13548507. OLE color: 13548507.
HSL color Cylindrical-coordinate representation of color #DBBBCE: hue angle of 324.38º 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 #DBBBCE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 206 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 324.38º | 0.31% | 0.8% | - |
| HSV(B) | 324.38º | 0.15% | 0.86% | - |
| XYZ | 58.12 | 55.06 | 65.96 | - |
| YUV | 198.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 206 | 0 | 0.15 | 0.06 | 0.14 | 324.38 | 0.31 | 0.8 |
| Hex | DB | BB | CE | 0 | F | 6 | E | 144 | 1F | 50 |
| Octal | 333 | 273 | 316 | 0 | 17 | 6 | 16 | 504 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11001110 | 0 | 1111 | 110 | 1110 | 101000100 | 11111 | 1010000 |
Color Harmonies of #DBBBCE
Complementary color
Monochromatic Colors of #DBBBCE
Black with #DBBBCE
Text Example
Text Example
White with #DBBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBCE; }
p { color: rgb(219,187,206); }
H1.HeaderClassName
{
color: #DBBBCE;
}
.AnyTagClassName
{
color: #DBBBCE;
}
</style>
background-color css
<style>
a { background-color: #DBBBCE; }
a { background-color: rgb(219,187,206); }
div.DivClassName
{
background-color: #DBBBCE;
}
.BgClassName
{
background-color: #DBBBCE;
}
</style>
border-color css
<style>
span { border-color: #DBBBCE; }
span { border-color: rgb(219,187,206); }
td.TdClassName
{
border-color: #DBBBCE;
}
.TagClassName
{
border-color: #DBBBCE;
}
</style>