Shades of Twilight #DFB9CD
Tints of Twilight #DFB9CD
RGB
CMYK
RGB Variations
Color information
#DFB9CD (or 0xDFB9CD) is known color: Twilight. HEX triplet: DF, B9 and CD. RGB value is (223,185,205). Sum of RGB (Red+Green+Blue) = 223+185+205=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9CD is #204632. Grayscale: #C6C6C6. Windows color (decimal): -2115123 or 13482463. OLE color: 13482463.
HSL color Cylindrical-coordinate representation of color #DFB9CD: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB9CD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 185 | 205 | - |
CMYK | 0 | 0.17 | 0.08 | 0.13 |
HSL | 328.42º | 0.37% | 0.8% | - |
HSV(B) | 328.42º | 0.17% | 0.87% | - |
XYZ | 58.8 | 54.79 | 65.23 | - |
YUV | 198.64 | 131.59 | 145.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 185 | 205 | 0 | 0.17 | 0.08 | 0.13 | 328.42 | 0.37 | 0.8 |
Hex | DF | B9 | CD | 0 | 11 | 8 | D | 148 | 25 | 50 |
Octal | 337 | 271 | 315 | 0 | 21 | 10 | 15 | 510 | 45 | 120 |
Binary | 11011111 | 10111001 | 11001101 | 0 | 10001 | 1000 | 1101 | 101001000 | 100101 | 1010000 |
Color Harmonies of #DFB9CD
Complementary color
Monochromatic Colors of #DFB9CD
Black with #DFB9CD
Text Example
Text Example
White with #DFB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9CD; }
p { color: rgb(223,185,205); }
H1.HeaderClassName
{
color: #DFB9CD;
}
.AnyTagClassName
{
color: #DFB9CD;
}
</style>
background-color css
<style>
a { background-color: #DFB9CD; }
a { background-color: rgb(223,185,205); }
div.DivClassName
{
background-color: #DFB9CD;
}
.BgClassName
{
background-color: #DFB9CD;
}
</style>
border-color css
<style>
span { border-color: #DFB9CD; }
span { border-color: rgb(223,185,205); }
td.TdClassName
{
border-color: #DFB9CD;
}
.TagClassName
{
border-color: #DFB9CD;
}
</style>