Shades of Twilight #DFC0CE
Tints of Twilight #DFC0CE
RGB
CMYK
RGB Variations
Color information
#DFC0CE (or 0xDFC0CE) is known color: Twilight. HEX triplet: DF, C0 and CE. RGB value is (223,192,206). Sum of RGB (Red+Green+Blue) = 223+192+206=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CE is #203F31. Grayscale: #CACACA. Windows color (decimal): -2113330 or 13549791. OLE color: 13549791.
HSL color Cylindrical-coordinate representation of color #DFC0CE: hue angle of 332.9º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0CE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 206 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.13 |
| HSL | 332.9º | 0.33% | 0.81% | - |
| HSV(B) | 332.9º | 0.14% | 0.87% | - |
| XYZ | 60.42 | 57.84 | 66.37 | - |
| YUV | 202.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 206 | 0 | 0.14 | 0.08 | 0.13 | 332.9 | 0.33 | 0.81 |
| Hex | DF | C0 | CE | 0 | E | 8 | D | 14D | 21 | 51 |
| Octal | 337 | 300 | 316 | 0 | 16 | 10 | 15 | 515 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11001110 | 0 | 1110 | 1000 | 1101 | 101001101 | 100001 | 1010001 |
Color Harmonies of #DFC0CE
Complementary color
Monochromatic Colors of #DFC0CE
Black with #DFC0CE
Text Example
Text Example
White with #DFC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0CE; }
p { color: rgb(223,192,206); }
H1.HeaderClassName
{
color: #DFC0CE;
}
.AnyTagClassName
{
color: #DFC0CE;
}
</style>
background-color css
<style>
a { background-color: #DFC0CE; }
a { background-color: rgb(223,192,206); }
div.DivClassName
{
background-color: #DFC0CE;
}
.BgClassName
{
background-color: #DFC0CE;
}
</style>
border-color css
<style>
span { border-color: #DFC0CE; }
span { border-color: rgb(223,192,206); }
td.TdClassName
{
border-color: #DFC0CE;
}
.TagClassName
{
border-color: #DFC0CE;
}
</style>