Shades of Twilight #DBB5CC
Tints of Twilight #DBB5CC
RGB
CMYK
RGB Variations
Color information
#DBB5CC (or 0xDBB5CC) is known color: Twilight. HEX triplet: DB, B5 and CC. RGB value is (219,181,204). Sum of RGB (Red+Green+Blue) = 219+181+204=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CC is #244A33. Grayscale: #C2C2C2. Windows color (decimal): -2378292 or 13415899. OLE color: 13415899.
HSL color Cylindrical-coordinate representation of color #DBB5CC: hue angle of 323.68º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5CC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 204 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.14 |
| HSL | 323.68º | 0.35% | 0.78% | - |
| HSV(B) | 323.68º | 0.17% | 0.86% | - |
| XYZ | 56.64 | 52.47 | 64.27 | - |
| YUV | 194.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 204 | 0 | 0.17 | 0.07 | 0.14 | 323.68 | 0.35 | 0.78 |
| Hex | DB | B5 | CC | 0 | 11 | 7 | E | 144 | 23 | 4E |
| Octal | 333 | 265 | 314 | 0 | 21 | 7 | 16 | 504 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11001100 | 0 | 10001 | 111 | 1110 | 101000100 | 100011 | 1001110 |
Color Harmonies of #DBB5CC
Complementary color
Monochromatic Colors of #DBB5CC
Black with #DBB5CC
Text Example
Text Example
White with #DBB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5CC; }
p { color: rgb(219,181,204); }
H1.HeaderClassName
{
color: #DBB5CC;
}
.AnyTagClassName
{
color: #DBB5CC;
}
</style>
background-color css
<style>
a { background-color: #DBB5CC; }
a { background-color: rgb(219,181,204); }
div.DivClassName
{
background-color: #DBB5CC;
}
.BgClassName
{
background-color: #DBB5CC;
}
</style>
border-color css
<style>
span { border-color: #DBB5CC; }
span { border-color: rgb(219,181,204); }
td.TdClassName
{
border-color: #DBB5CC;
}
.TagClassName
{
border-color: #DBB5CC;
}
</style>