Shades of Twilight #DBB6CC
Tints of Twilight #DBB6CC
RGB
CMYK
RGB Variations
Color information
#DBB6CC (or 0xDBB6CC) is known color: Twilight. HEX triplet: DB, B6 and CC. RGB value is (219,182,204). Sum of RGB (Red+Green+Blue) = 219+182+204=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6CC is #244933. Grayscale: #C3C3C3. Windows color (decimal): -2378036 or 13416155. OLE color: 13416155.
HSL color Cylindrical-coordinate representation of color #DBB6CC: hue angle of 324.32º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6CC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 204 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.14 |
| HSL | 324.32º | 0.34% | 0.79% | - |
| HSV(B) | 324.32º | 0.17% | 0.86% | - |
| XYZ | 56.84 | 52.88 | 64.34 | - |
| YUV | 195.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 204 | 0 | 0.17 | 0.07 | 0.14 | 324.32 | 0.34 | 0.79 |
| Hex | DB | B6 | CC | 0 | 11 | 7 | E | 144 | 22 | 4F |
| Octal | 333 | 266 | 314 | 0 | 21 | 7 | 16 | 504 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11001100 | 0 | 10001 | 111 | 1110 | 101000100 | 100010 | 1001111 |
Color Harmonies of #DBB6CC
Complementary color
Monochromatic Colors of #DBB6CC
Black with #DBB6CC
Text Example
Text Example
White with #DBB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6CC; }
p { color: rgb(219,182,204); }
H1.HeaderClassName
{
color: #DBB6CC;
}
.AnyTagClassName
{
color: #DBB6CC;
}
</style>
background-color css
<style>
a { background-color: #DBB6CC; }
a { background-color: rgb(219,182,204); }
div.DivClassName
{
background-color: #DBB6CC;
}
.BgClassName
{
background-color: #DBB6CC;
}
</style>
border-color css
<style>
span { border-color: #DBB6CC; }
span { border-color: rgb(219,182,204); }
td.TdClassName
{
border-color: #DBB6CC;
}
.TagClassName
{
border-color: #DBB6CC;
}
</style>