Shades of Twilight #DBB4CD
Tints of Twilight #DBB4CD
RGB
CMYK
RGB Variations
Color information
#DBB4CD (or 0xDBB4CD) is known color: Twilight. HEX triplet: DB, B4 and CD. RGB value is (219,180,205). Sum of RGB (Red+Green+Blue) = 219+180+205=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4CD is #244B32. Grayscale: #C2C2C2. Windows color (decimal): -2378547 or 13481179. OLE color: 13481179.
HSL color Cylindrical-coordinate representation of color #DBB4CD: hue angle of 321.54º 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 #DBB4CD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 180 | 205 | - |
CMYK | 0 | 0.18 | 0.06 | 0.14 |
HSL | 321.54º | 0.35% | 0.78% | - |
HSV(B) | 321.54º | 0.18% | 0.86% | - |
XYZ | 56.55 | 52.11 | 64.84 | - |
YUV | 194.51 | 133.92 | 145.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 180 | 205 | 0 | 0.18 | 0.06 | 0.14 | 321.54 | 0.35 | 0.78 |
Hex | DB | B4 | CD | 0 | 12 | 6 | E | 142 | 23 | 4E |
Octal | 333 | 264 | 315 | 0 | 22 | 6 | 16 | 502 | 43 | 116 |
Binary | 11011011 | 10110100 | 11001101 | 0 | 10010 | 110 | 1110 | 101000010 | 100011 | 1001110 |
Color Harmonies of #DBB4CD
Complementary color
Monochromatic Colors of #DBB4CD
Black with #DBB4CD
Text Example
Text Example
White with #DBB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4CD; }
p { color: rgb(219,180,205); }
H1.HeaderClassName
{
color: #DBB4CD;
}
.AnyTagClassName
{
color: #DBB4CD;
}
</style>
background-color css
<style>
a { background-color: #DBB4CD; }
a { background-color: rgb(219,180,205); }
div.DivClassName
{
background-color: #DBB4CD;
}
.BgClassName
{
background-color: #DBB4CD;
}
</style>
border-color css
<style>
span { border-color: #DBB4CD; }
span { border-color: rgb(219,180,205); }
td.TdClassName
{
border-color: #DBB4CD;
}
.TagClassName
{
border-color: #DBB4CD;
}
</style>