Shades of Twilight #DBBDCC
Tints of Twilight #DBBDCC
RGB
CMYK
RGB Variations
Color information
#DBBDCC (or 0xDBBDCC) is known color: Twilight. HEX triplet: DB, BD and CC. RGB value is (219,189,204). Sum of RGB (Red+Green+Blue) = 219+189+204=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDCC is #244233. Grayscale: #C7C7C7. Windows color (decimal): -2376244 or 13417947. OLE color: 13417947.
HSL color Cylindrical-coordinate representation of color #DBBDCC: hue angle of 330º degrees, saturation: 0.29, 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 #DBBDCC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 204 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.14 |
| HSL | 330º | 0.29% | 0.8% | - |
| HSV(B) | 330º | 0.14% | 0.86% | - |
| XYZ | 58.31 | 55.81 | 64.83 | - |
| YUV | 199.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 204 | 0 | 0.14 | 0.07 | 0.14 | 330 | 0.29 | 0.8 |
| Hex | DB | BD | CC | 0 | E | 7 | E | 14A | 1D | 50 |
| Octal | 333 | 275 | 314 | 0 | 16 | 7 | 16 | 512 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11001100 | 0 | 1110 | 111 | 1110 | 101001010 | 11101 | 1010000 |
Color Harmonies of #DBBDCC
Complementary color
Monochromatic Colors of #DBBDCC
Black with #DBBDCC
Text Example
Text Example
White with #DBBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDCC; }
p { color: rgb(219,189,204); }
H1.HeaderClassName
{
color: #DBBDCC;
}
.AnyTagClassName
{
color: #DBBDCC;
}
</style>
background-color css
<style>
a { background-color: #DBBDCC; }
a { background-color: rgb(219,189,204); }
div.DivClassName
{
background-color: #DBBDCC;
}
.BgClassName
{
background-color: #DBBDCC;
}
</style>
border-color css
<style>
span { border-color: #DBBDCC; }
span { border-color: rgb(219,189,204); }
td.TdClassName
{
border-color: #DBBDCC;
}
.TagClassName
{
border-color: #DBBDCC;
}
</style>