Shades of Twilight #DBB7CB
Tints of Twilight #DBB7CB
RGB
CMYK
RGB Variations
Color information
#DBB7CB (or 0xDBB7CB) is known color: Twilight. HEX triplet: DB, B7 and CB. RGB value is (219,183,203). Sum of RGB (Red+Green+Blue) = 219+183+203=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CB is #244834. Grayscale: #C4C4C4. Windows color (decimal): -2377781 or 13350875. OLE color: 13350875.
HSL color Cylindrical-coordinate representation of color #DBB7CB: hue angle of 326.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7CB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 203 | - |
CMYK | 0 | 0.16 | 0.07 | 0.14 |
HSL | 326.67º | 0.33% | 0.79% | - |
HSV(B) | 326.67º | 0.16% | 0.86% | - |
XYZ | 56.93 | 53.24 | 63.78 | - |
YUV | 196.04 | 131.93 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 203 | 0 | 0.16 | 0.07 | 0.14 | 326.67 | 0.33 | 0.79 |
Hex | DB | B7 | CB | 0 | 10 | 7 | E | 147 | 21 | 4F |
Octal | 333 | 267 | 313 | 0 | 20 | 7 | 16 | 507 | 41 | 117 |
Binary | 11011011 | 10110111 | 11001011 | 0 | 10000 | 111 | 1110 | 101000111 | 100001 | 1001111 |
Color Harmonies of #DBB7CB
Complementary color
Monochromatic Colors of #DBB7CB
Black with #DBB7CB
Text Example
Text Example
White with #DBB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7CB; }
p { color: rgb(219,183,203); }
H1.HeaderClassName
{
color: #DBB7CB;
}
.AnyTagClassName
{
color: #DBB7CB;
}
</style>
background-color css
<style>
a { background-color: #DBB7CB; }
a { background-color: rgb(219,183,203); }
div.DivClassName
{
background-color: #DBB7CB;
}
.BgClassName
{
background-color: #DBB7CB;
}
</style>
border-color css
<style>
span { border-color: #DBB7CB; }
span { border-color: rgb(219,183,203); }
td.TdClassName
{
border-color: #DBB7CB;
}
.TagClassName
{
border-color: #DBB7CB;
}
</style>