Shades of Twilight #DFB8CD
Tints of Twilight #DFB8CD
RGB
CMYK
RGB Variations
Color information
#DFB8CD (or 0xDFB8CD) is known color: Twilight. HEX triplet: DF, B8 and CD. RGB value is (223,184,205). Sum of RGB (Red+Green+Blue) = 223+184+205=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8CD is #204732. Grayscale: #C6C6C6. Windows color (decimal): -2115379 or 13482207. OLE color: 13482207.
HSL color Cylindrical-coordinate representation of color #DFB8CD: hue angle of 327.69º degrees, saturation: 0.38, 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 #DFB8CD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 205 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.13 |
| HSL | 327.69º | 0.38% | 0.8% | - |
| HSV(B) | 327.69º | 0.17% | 0.87% | - |
| XYZ | 58.59 | 54.38 | 65.17 | - |
| YUV | 198.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 205 | 0 | 0.17 | 0.08 | 0.13 | 327.69 | 0.38 | 0.8 |
| Hex | DF | B8 | CD | 0 | 11 | 8 | D | 148 | 26 | 50 |
| Octal | 337 | 270 | 315 | 0 | 21 | 10 | 15 | 510 | 46 | 120 |
| Binary | 11011111 | 10111000 | 11001101 | 0 | 10001 | 1000 | 1101 | 101001000 | 100110 | 1010000 |
Color Harmonies of #DFB8CD
Complementary color
Monochromatic Colors of #DFB8CD
Black with #DFB8CD
Text Example
Text Example
White with #DFB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8CD; }
p { color: rgb(223,184,205); }
H1.HeaderClassName
{
color: #DFB8CD;
}
.AnyTagClassName
{
color: #DFB8CD;
}
</style>
background-color css
<style>
a { background-color: #DFB8CD; }
a { background-color: rgb(223,184,205); }
div.DivClassName
{
background-color: #DFB8CD;
}
.BgClassName
{
background-color: #DFB8CD;
}
</style>
border-color css
<style>
span { border-color: #DFB8CD; }
span { border-color: rgb(223,184,205); }
td.TdClassName
{
border-color: #DFB8CD;
}
.TagClassName
{
border-color: #DFB8CD;
}
</style>