Shades of Twilight #DFC1CE
Tints of Twilight #DFC1CE
RGB
CMYK
RGB Variations
Color information
#DFC1CE (or 0xDFC1CE) is known color: Twilight. HEX triplet: DF, C1 and CE. RGB value is (223,193,206). Sum of RGB (Red+Green+Blue) = 223+193+206=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1CE is #203E31. Grayscale: #CBCBCB. Windows color (decimal): -2113074 or 13550047. OLE color: 13550047.
HSL color Cylindrical-coordinate representation of color #DFC1CE: hue angle of 334º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1CE is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 206 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.13 |
| HSL | 334º | 0.32% | 0.82% | - |
| HSV(B) | 334º | 0.13% | 0.87% | - |
| XYZ | 60.64 | 58.28 | 66.45 | - |
| YUV | 203.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 206 | 0 | 0.13 | 0.08 | 0.13 | 334 | 0.32 | 0.82 |
| Hex | DF | C1 | CE | 0 | D | 8 | D | 14E | 20 | 52 |
| Octal | 337 | 301 | 316 | 0 | 15 | 10 | 15 | 516 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11001110 | 0 | 1101 | 1000 | 1101 | 101001110 | 100000 | 1010010 |
Color Harmonies of #DFC1CE
Complementary color
Monochromatic Colors of #DFC1CE
Black with #DFC1CE
Text Example
Text Example
White with #DFC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1CE; }
p { color: rgb(223,193,206); }
H1.HeaderClassName
{
color: #DFC1CE;
}
.AnyTagClassName
{
color: #DFC1CE;
}
</style>
background-color css
<style>
a { background-color: #DFC1CE; }
a { background-color: rgb(223,193,206); }
div.DivClassName
{
background-color: #DFC1CE;
}
.BgClassName
{
background-color: #DFC1CE;
}
</style>
border-color css
<style>
span { border-color: #DFC1CE; }
span { border-color: rgb(223,193,206); }
td.TdClassName
{
border-color: #DFC1CE;
}
.TagClassName
{
border-color: #DFC1CE;
}
</style>