Shades of Twilight #DFC8D8
Tints of Twilight #DFC8D8
RGB
CMYK
RGB Variations
Color information
#DFC8D8 (or 0xDFC8D8) is known color: Twilight. HEX triplet: DF, C8 and D8. RGB value is (223,200,216). Sum of RGB (Red+Green+Blue) = 223+200+216=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8D8 is #203727. Grayscale: #D0D0D0. Windows color (decimal): -2111272 or 14207199. OLE color: 14207199.
HSL color Cylindrical-coordinate representation of color #DFC8D8: hue angle of 318.26º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8D8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 216 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.13 |
| HSL | 318.26º | 0.26% | 0.83% | - |
| HSV(B) | 318.26º | 0.1% | 0.87% | - |
| XYZ | 63.48 | 61.95 | 73.58 | - |
| YUV | 208.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 216 | 0 | 0.10 | 0.03 | 0.13 | 318.26 | 0.26 | 0.83 |
| Hex | DF | C8 | D8 | 0 | A | 3 | D | 13E | 1A | 53 |
| Octal | 337 | 310 | 330 | 0 | 12 | 3 | 15 | 476 | 32 | 123 |
| Binary | 11011111 | 11001000 | 11011000 | 0 | 1010 | 11 | 1101 | 100111110 | 11010 | 1010011 |
Color Harmonies of #DFC8D8
Complementary color
Monochromatic Colors of #DFC8D8
Black with #DFC8D8
Text Example
Text Example
White with #DFC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8D8; }
p { color: rgb(223,200,216); }
H1.HeaderClassName
{
color: #DFC8D8;
}
.AnyTagClassName
{
color: #DFC8D8;
}
</style>
background-color css
<style>
a { background-color: #DFC8D8; }
a { background-color: rgb(223,200,216); }
div.DivClassName
{
background-color: #DFC8D8;
}
.BgClassName
{
background-color: #DFC8D8;
}
</style>
border-color css
<style>
span { border-color: #DFC8D8; }
span { border-color: rgb(223,200,216); }
td.TdClassName
{
border-color: #DFC8D8;
}
.TagClassName
{
border-color: #DFC8D8;
}
</style>