Shades of Twilight #DFC5D0
Tints of Twilight #DFC5D0
RGB
CMYK
RGB Variations
Color information
#DFC5D0 (or 0xDFC5D0) is known color: Twilight. HEX triplet: DF, C5 and D0. RGB value is (223,197,208). Sum of RGB (Red+Green+Blue) = 223+197+208=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D0 is #203A2F. Grayscale: #CECECE. Windows color (decimal): -2112048 or 13682143. OLE color: 13682143.
HSL color Cylindrical-coordinate representation of color #DFC5D0: hue angle of 334.62º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5D0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 197 | 208 | - |
CMYK | 0 | 0.12 | 0.07 | 0.13 |
HSL | 334.62º | 0.29% | 0.82% | - |
HSV(B) | 334.62º | 0.12% | 0.87% | - |
XYZ | 61.78 | 60.17 | 68.03 | - |
YUV | 206.03 | 129.11 | 140.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 208 | 0 | 0.12 | 0.07 | 0.13 | 334.62 | 0.29 | 0.82 |
Hex | DF | C5 | D0 | 0 | C | 7 | D | 14F | 1D | 52 |
Octal | 337 | 305 | 320 | 0 | 14 | 7 | 15 | 517 | 35 | 122 |
Binary | 11011111 | 11000101 | 11010000 | 0 | 1100 | 111 | 1101 | 101001111 | 11101 | 1010010 |
Color Harmonies of #DFC5D0
Complementary color
Monochromatic Colors of #DFC5D0
Black with #DFC5D0
Text Example
Text Example
White with #DFC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5D0; }
p { color: rgb(223,197,208); }
H1.HeaderClassName
{
color: #DFC5D0;
}
.AnyTagClassName
{
color: #DFC5D0;
}
</style>
background-color css
<style>
a { background-color: #DFC5D0; }
a { background-color: rgb(223,197,208); }
div.DivClassName
{
background-color: #DFC5D0;
}
.BgClassName
{
background-color: #DFC5D0;
}
</style>
border-color css
<style>
span { border-color: #DFC5D0; }
span { border-color: rgb(223,197,208); }
td.TdClassName
{
border-color: #DFC5D0;
}
.TagClassName
{
border-color: #DFC5D0;
}
</style>