Shades of Twilight #DBBECC
Tints of Twilight #DBBECC
RGB
CMYK
RGB Variations
Color information
#DBBECC (or 0xDBBECC) is known color: Twilight. HEX triplet: DB, BE and CC. RGB value is (219,190,204). Sum of RGB (Red+Green+Blue) = 219+190+204=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECC is #244133. Grayscale: #C8C8C8. Windows color (decimal): -2375988 or 13418203. OLE color: 13418203.
HSL color Cylindrical-coordinate representation of color #DBBECC: hue angle of 331.03º degrees, saturation: 0.29, 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 #DBBECC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 204 | - |
CMYK | 0 | 0.13 | 0.07 | 0.14 |
HSL | 331.03º | 0.29% | 0.8% | - |
HSV(B) | 331.03º | 0.13% | 0.86% | - |
XYZ | 58.53 | 56.25 | 64.9 | - |
YUV | 200.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 204 | 0 | 0.13 | 0.07 | 0.14 | 331.03 | 0.29 | 0.8 |
Hex | DB | BE | CC | 0 | D | 7 | E | 14B | 1D | 50 |
Octal | 333 | 276 | 314 | 0 | 15 | 7 | 16 | 513 | 35 | 120 |
Binary | 11011011 | 10111110 | 11001100 | 0 | 1101 | 111 | 1110 | 101001011 | 11101 | 1010000 |
Color Harmonies of #DBBECC
Complementary color
Monochromatic Colors of #DBBECC
Black with #DBBECC
Text Example
Text Example
White with #DBBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBECC; }
p { color: rgb(219,190,204); }
H1.HeaderClassName
{
color: #DBBECC;
}
.AnyTagClassName
{
color: #DBBECC;
}
</style>
background-color css
<style>
a { background-color: #DBBECC; }
a { background-color: rgb(219,190,204); }
div.DivClassName
{
background-color: #DBBECC;
}
.BgClassName
{
background-color: #DBBECC;
}
</style>
border-color css
<style>
span { border-color: #DBBECC; }
span { border-color: rgb(219,190,204); }
td.TdClassName
{
border-color: #DBBECC;
}
.TagClassName
{
border-color: #DBBECC;
}
</style>