Shades of Twilight #DBB7CC
Tints of Twilight #DBB7CC
RGB
CMYK
RGB Variations
Color information
#DBB7CC (or 0xDBB7CC) is known color: Twilight. HEX triplet: DB, B7 and CC. RGB value is (219,183,204). Sum of RGB (Red+Green+Blue) = 219+183+204=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CC is #244833. Grayscale: #C4C4C4. Windows color (decimal): -2377780 or 13416411. OLE color: 13416411.
HSL color Cylindrical-coordinate representation of color #DBB7CC: hue angle of 325º 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 #DBB7CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 204 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.14 |
| HSL | 325º | 0.33% | 0.79% | - |
| HSV(B) | 325º | 0.16% | 0.86% | - |
| XYZ | 57.05 | 53.29 | 64.41 | - |
| YUV | 196.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 204 | 0 | 0.16 | 0.07 | 0.14 | 325 | 0.33 | 0.79 |
| Hex | DB | B7 | CC | 0 | 10 | 7 | E | 145 | 21 | 4F |
| Octal | 333 | 267 | 314 | 0 | 20 | 7 | 16 | 505 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11001100 | 0 | 10000 | 111 | 1110 | 101000101 | 100001 | 1001111 |
Color Harmonies of #DBB7CC
Complementary color
Monochromatic Colors of #DBB7CC
Black with #DBB7CC
Text Example
Text Example
White with #DBB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7CC; }
p { color: rgb(219,183,204); }
H1.HeaderClassName
{
color: #DBB7CC;
}
.AnyTagClassName
{
color: #DBB7CC;
}
</style>
background-color css
<style>
a { background-color: #DBB7CC; }
a { background-color: rgb(219,183,204); }
div.DivClassName
{
background-color: #DBB7CC;
}
.BgClassName
{
background-color: #DBB7CC;
}
</style>
border-color css
<style>
span { border-color: #DBB7CC; }
span { border-color: rgb(219,183,204); }
td.TdClassName
{
border-color: #DBB7CC;
}
.TagClassName
{
border-color: #DBB7CC;
}
</style>