Shades of Twilight #DFC2CD
Tints of Twilight #DFC2CD
RGB
CMYK
RGB Variations
Color information
#DFC2CD (or 0xDFC2CD) is known color: Twilight. HEX triplet: DF, C2 and CD. RGB value is (223,194,205). Sum of RGB (Red+Green+Blue) = 223+194+205=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CD is #203D32. Grayscale: #CBCBCB. Windows color (decimal): -2112819 or 13484767. OLE color: 13484767.
HSL color Cylindrical-coordinate representation of color #DFC2CD: hue angle of 337.24º degrees, saturation: 0.31, 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 #DFC2CD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 205 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.13 |
| HSL | 337.24º | 0.31% | 0.82% | - |
| HSV(B) | 337.24º | 0.13% | 0.87% | - |
| XYZ | 60.74 | 58.68 | 65.88 | - |
| YUV | 203.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 205 | 0 | 0.13 | 0.08 | 0.13 | 337.24 | 0.31 | 0.82 |
| Hex | DF | C2 | CD | 0 | D | 8 | D | 151 | 1F | 52 |
| Octal | 337 | 302 | 315 | 0 | 15 | 10 | 15 | 521 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11001101 | 0 | 1101 | 1000 | 1101 | 101010001 | 11111 | 1010010 |
Color Harmonies of #DFC2CD
Complementary color
Monochromatic Colors of #DFC2CD
Black with #DFC2CD
Text Example
Text Example
White with #DFC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2CD; }
p { color: rgb(223,194,205); }
H1.HeaderClassName
{
color: #DFC2CD;
}
.AnyTagClassName
{
color: #DFC2CD;
}
</style>
background-color css
<style>
a { background-color: #DFC2CD; }
a { background-color: rgb(223,194,205); }
div.DivClassName
{
background-color: #DFC2CD;
}
.BgClassName
{
background-color: #DFC2CD;
}
</style>
border-color css
<style>
span { border-color: #DFC2CD; }
span { border-color: rgb(223,194,205); }
td.TdClassName
{
border-color: #DFC2CD;
}
.TagClassName
{
border-color: #DFC2CD;
}
</style>