Shades of Twilight #DFC0D2
Tints of Twilight #DFC0D2
RGB
CMYK
RGB Variations
Color information
#DFC0D2 (or 0xDFC0D2) is known color: Twilight. HEX triplet: DF, C0 and D2. RGB value is (223,192,210). Sum of RGB (Red+Green+Blue) = 223+192+210=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D2 is #203F2D. Grayscale: #CBCBCB. Windows color (decimal): -2113326 or 13811935. OLE color: 13811935.
HSL color Cylindrical-coordinate representation of color #DFC0D2: hue angle of 325.16º 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 #DFC0D2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 210 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 325.16º | 0.33% | 0.81% | - |
| HSV(B) | 325.16º | 0.14% | 0.87% | - |
| XYZ | 60.91 | 58.04 | 68.97 | - |
| YUV | 203.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 210 | 0 | 0.14 | 0.06 | 0.13 | 325.16 | 0.33 | 0.81 |
| Hex | DF | C0 | D2 | 0 | E | 6 | D | 145 | 21 | 51 |
| Octal | 337 | 300 | 322 | 0 | 16 | 6 | 15 | 505 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11010010 | 0 | 1110 | 110 | 1101 | 101000101 | 100001 | 1010001 |
Color Harmonies of #DFC0D2
Complementary color
Monochromatic Colors of #DFC0D2
Black with #DFC0D2
Text Example
Text Example
White with #DFC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0D2; }
p { color: rgb(223,192,210); }
H1.HeaderClassName
{
color: #DFC0D2;
}
.AnyTagClassName
{
color: #DFC0D2;
}
</style>
background-color css
<style>
a { background-color: #DFC0D2; }
a { background-color: rgb(223,192,210); }
div.DivClassName
{
background-color: #DFC0D2;
}
.BgClassName
{
background-color: #DFC0D2;
}
</style>
border-color css
<style>
span { border-color: #DFC0D2; }
span { border-color: rgb(223,192,210); }
td.TdClassName
{
border-color: #DFC0D2;
}
.TagClassName
{
border-color: #DFC0D2;
}
</style>