Shades of Twilight #DBB2C6
Tints of Twilight #DBB2C6
RGB
CMYK
RGB Variations
Color information
#DBB2C6 (or 0xDBB2C6) is known color: Twilight. HEX triplet: DB, B2 and C6. RGB value is (219,178,198). Sum of RGB (Red+Green+Blue) = 219+178+198=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2C6 is #244D39. Grayscale: #C0C0C0. Windows color (decimal): -2379066 or 13021915. OLE color: 13021915.
HSL color Cylindrical-coordinate representation of color #DBB2C6: hue angle of 330.73º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2C6 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 198 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.14 |
| HSL | 330.73º | 0.36% | 0.78% | - |
| HSV(B) | 330.73º | 0.19% | 0.86% | - |
| XYZ | 55.33 | 50.98 | 60.35 | - |
| YUV | 192.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 198 | 0 | 0.19 | 0.10 | 0.14 | 330.73 | 0.36 | 0.78 |
| Hex | DB | B2 | C6 | 0 | 13 | A | E | 14B | 24 | 4E |
| Octal | 333 | 262 | 306 | 0 | 23 | 12 | 16 | 513 | 44 | 116 |
| Binary | 11011011 | 10110010 | 11000110 | 0 | 10011 | 1010 | 1110 | 101001011 | 100100 | 1001110 |
Color Harmonies of #DBB2C6
Complementary color
Monochromatic Colors of #DBB2C6
Black with #DBB2C6
Text Example
Text Example
White with #DBB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2C6; }
p { color: rgb(219,178,198); }
H1.HeaderClassName
{
color: #DBB2C6;
}
.AnyTagClassName
{
color: #DBB2C6;
}
</style>
background-color css
<style>
a { background-color: #DBB2C6; }
a { background-color: rgb(219,178,198); }
div.DivClassName
{
background-color: #DBB2C6;
}
.BgClassName
{
background-color: #DBB2C6;
}
</style>
border-color css
<style>
span { border-color: #DBB2C6; }
span { border-color: rgb(219,178,198); }
td.TdClassName
{
border-color: #DBB2C6;
}
.TagClassName
{
border-color: #DBB2C6;
}
</style>