Shades of Twilight #DFC2D0
Tints of Twilight #DFC2D0
RGB
CMYK
RGB Variations
Color information
#DFC2D0 (or 0xDFC2D0) is known color: Twilight. HEX triplet: DF, C2 and D0. RGB value is (223,194,208). Sum of RGB (Red+Green+Blue) = 223+194+208=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D0 is #203D2F. Grayscale: #CCCCCC. Windows color (decimal): -2112816 or 13681375. OLE color: 13681375.
HSL color Cylindrical-coordinate representation of color #DFC2D0: hue angle of 331.03º 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 #DFC2D0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 208 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 331.03º | 0.31% | 0.82% | - |
| HSV(B) | 331.03º | 0.13% | 0.87% | - |
| XYZ | 61.11 | 58.83 | 67.81 | - |
| YUV | 204.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 208 | 0 | 0.13 | 0.07 | 0.13 | 331.03 | 0.31 | 0.82 |
| Hex | DF | C2 | D0 | 0 | D | 7 | D | 14B | 1F | 52 |
| Octal | 337 | 302 | 320 | 0 | 15 | 7 | 15 | 513 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11010000 | 0 | 1101 | 111 | 1101 | 101001011 | 11111 | 1010010 |
Color Harmonies of #DFC2D0
Complementary color
Monochromatic Colors of #DFC2D0
Black with #DFC2D0
Text Example
Text Example
White with #DFC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2D0; }
p { color: rgb(223,194,208); }
H1.HeaderClassName
{
color: #DFC2D0;
}
.AnyTagClassName
{
color: #DFC2D0;
}
</style>
background-color css
<style>
a { background-color: #DFC2D0; }
a { background-color: rgb(223,194,208); }
div.DivClassName
{
background-color: #DFC2D0;
}
.BgClassName
{
background-color: #DFC2D0;
}
</style>
border-color css
<style>
span { border-color: #DFC2D0; }
span { border-color: rgb(223,194,208); }
td.TdClassName
{
border-color: #DFC2D0;
}
.TagClassName
{
border-color: #DFC2D0;
}
</style>