Shades of Twilight #DBB4C8
Tints of Twilight #DBB4C8
RGB
CMYK
RGB Variations
Color information
#DBB4C8 (or 0xDBB4C8) is known color: Twilight. HEX triplet: DB, B4 and C8. RGB value is (219,180,200). Sum of RGB (Red+Green+Blue) = 219+180+200=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C8 is #244B37. Grayscale: #C1C1C1. Windows color (decimal): -2378552 or 13153499. OLE color: 13153499.
HSL color Cylindrical-coordinate representation of color #DBB4C8: hue angle of 329.23º 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 #DBB4C8 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 180 | 200 | - |
CMYK | 0 | 0.18 | 0.09 | 0.14 |
HSL | 329.23º | 0.35% | 0.78% | - |
HSV(B) | 329.23º | 0.18% | 0.86% | - |
XYZ | 55.96 | 51.87 | 61.71 | - |
YUV | 193.94 | 131.42 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 180 | 200 | 0 | 0.18 | 0.09 | 0.14 | 329.23 | 0.35 | 0.78 |
Hex | DB | B4 | C8 | 0 | 12 | 9 | E | 149 | 23 | 4E |
Octal | 333 | 264 | 310 | 0 | 22 | 11 | 16 | 511 | 43 | 116 |
Binary | 11011011 | 10110100 | 11001000 | 0 | 10010 | 1001 | 1110 | 101001001 | 100011 | 1001110 |
Color Harmonies of #DBB4C8
Complementary color
Monochromatic Colors of #DBB4C8
Black with #DBB4C8
Text Example
Text Example
White with #DBB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4C8; }
p { color: rgb(219,180,200); }
H1.HeaderClassName
{
color: #DBB4C8;
}
.AnyTagClassName
{
color: #DBB4C8;
}
</style>
background-color css
<style>
a { background-color: #DBB4C8; }
a { background-color: rgb(219,180,200); }
div.DivClassName
{
background-color: #DBB4C8;
}
.BgClassName
{
background-color: #DBB4C8;
}
</style>
border-color css
<style>
span { border-color: #DBB4C8; }
span { border-color: rgb(219,180,200); }
td.TdClassName
{
border-color: #DBB4C8;
}
.TagClassName
{
border-color: #DBB4C8;
}
</style>