Shades of Twilight #DBB4C7
Tints of Twilight #DBB4C7
RGB
CMYK
RGB Variations
Color information
#DBB4C7 (or 0xDBB4C7) is known color: Twilight. HEX triplet: DB, B4 and C7. RGB value is (219,180,199). Sum of RGB (Red+Green+Blue) = 219+180+199=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C7 is #244B38. Grayscale: #C1C1C1. Windows color (decimal): -2378553 or 13087963. OLE color: 13087963.
HSL color Cylindrical-coordinate representation of color #DBB4C7: hue angle of 330.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4C7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 180 | 199 | - |
CMYK | 0 | 0.18 | 0.09 | 0.14 |
HSL | 330.77º | 0.35% | 0.78% | - |
HSV(B) | 330.77º | 0.18% | 0.86% | - |
XYZ | 55.84 | 51.83 | 61.09 | - |
YUV | 193.83 | 130.92 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 180 | 199 | 0 | 0.18 | 0.09 | 0.14 | 330.77 | 0.35 | 0.78 |
Hex | DB | B4 | C7 | 0 | 12 | 9 | E | 14B | 23 | 4E |
Octal | 333 | 264 | 307 | 0 | 22 | 11 | 16 | 513 | 43 | 116 |
Binary | 11011011 | 10110100 | 11000111 | 0 | 10010 | 1001 | 1110 | 101001011 | 100011 | 1001110 |
Color Harmonies of #DBB4C7
Complementary color
Monochromatic Colors of #DBB4C7
Black with #DBB4C7
Text Example
Text Example
White with #DBB4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4C7; }
p { color: rgb(219,180,199); }
H1.HeaderClassName
{
color: #DBB4C7;
}
.AnyTagClassName
{
color: #DBB4C7;
}
</style>
background-color css
<style>
a { background-color: #DBB4C7; }
a { background-color: rgb(219,180,199); }
div.DivClassName
{
background-color: #DBB4C7;
}
.BgClassName
{
background-color: #DBB4C7;
}
</style>
border-color css
<style>
span { border-color: #DBB4C7; }
span { border-color: rgb(219,180,199); }
td.TdClassName
{
border-color: #DBB4C7;
}
.TagClassName
{
border-color: #DBB4C7;
}
</style>