Shades of Twilight #DBB8CC
Tints of Twilight #DBB8CC
RGB
CMYK
RGB Variations
Color information
#DBB8CC (or 0xDBB8CC) is known color: Twilight. HEX triplet: DB, B8 and CC. RGB value is (219,184,204). Sum of RGB (Red+Green+Blue) = 219+184+204=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8CC is #244733. Grayscale: #C4C4C4. Windows color (decimal): -2377524 or 13416667. OLE color: 13416667.
HSL color Cylindrical-coordinate representation of color #DBB8CC: hue angle of 325.71º 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 #DBB8CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 204 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.14 |
| HSL | 325.71º | 0.33% | 0.79% | - |
| HSV(B) | 325.71º | 0.16% | 0.86% | - |
| XYZ | 57.25 | 53.7 | 64.47 | - |
| YUV | 196.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 204 | 0 | 0.16 | 0.07 | 0.14 | 325.71 | 0.33 | 0.79 |
| Hex | DB | B8 | CC | 0 | 10 | 7 | E | 146 | 21 | 4F |
| Octal | 333 | 270 | 314 | 0 | 20 | 7 | 16 | 506 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11001100 | 0 | 10000 | 111 | 1110 | 101000110 | 100001 | 1001111 |
Color Harmonies of #DBB8CC
Complementary color
Monochromatic Colors of #DBB8CC
Black with #DBB8CC
Text Example
Text Example
White with #DBB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8CC; }
p { color: rgb(219,184,204); }
H1.HeaderClassName
{
color: #DBB8CC;
}
.AnyTagClassName
{
color: #DBB8CC;
}
</style>
background-color css
<style>
a { background-color: #DBB8CC; }
a { background-color: rgb(219,184,204); }
div.DivClassName
{
background-color: #DBB8CC;
}
.BgClassName
{
background-color: #DBB8CC;
}
</style>
border-color css
<style>
span { border-color: #DBB8CC; }
span { border-color: rgb(219,184,204); }
td.TdClassName
{
border-color: #DBB8CC;
}
.TagClassName
{
border-color: #DBB8CC;
}
</style>