Shades of Twilight #DFC1D0
Tints of Twilight #DFC1D0
RGB
CMYK
RGB Variations
Color information
#DFC1D0 (or 0xDFC1D0) is known color: Twilight. HEX triplet: DF, C1 and D0. RGB value is (223,193,208). Sum of RGB (Red+Green+Blue) = 223+193+208=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1D0 is #203E2F. Grayscale: #CBCBCB. Windows color (decimal): -2113072 or 13681119. OLE color: 13681119.
HSL color Cylindrical-coordinate representation of color #DFC1D0: hue angle of 330º 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 #DFC1D0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 193 | 208 | - |
CMYK | 0 | 0.13 | 0.07 | 0.13 |
HSL | 330º | 0.32% | 0.82% | - |
HSV(B) | 330º | 0.13% | 0.87% | - |
XYZ | 60.89 | 58.38 | 67.73 | - |
YUV | 203.68 | 130.44 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 193 | 208 | 0 | 0.13 | 0.07 | 0.13 | 330 | 0.32 | 0.82 |
Hex | DF | C1 | D0 | 0 | D | 7 | D | 14A | 20 | 52 |
Octal | 337 | 301 | 320 | 0 | 15 | 7 | 15 | 512 | 40 | 122 |
Binary | 11011111 | 11000001 | 11010000 | 0 | 1101 | 111 | 1101 | 101001010 | 100000 | 1010010 |
Color Harmonies of #DFC1D0
Complementary color
Monochromatic Colors of #DFC1D0
Black with #DFC1D0
Text Example
Text Example
White with #DFC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1D0; }
p { color: rgb(223,193,208); }
H1.HeaderClassName
{
color: #DFC1D0;
}
.AnyTagClassName
{
color: #DFC1D0;
}
</style>
background-color css
<style>
a { background-color: #DFC1D0; }
a { background-color: rgb(223,193,208); }
div.DivClassName
{
background-color: #DFC1D0;
}
.BgClassName
{
background-color: #DFC1D0;
}
</style>
border-color css
<style>
span { border-color: #DFC1D0; }
span { border-color: rgb(223,193,208); }
td.TdClassName
{
border-color: #DFC1D0;
}
.TagClassName
{
border-color: #DFC1D0;
}
</style>