Shades of Twilight #DFC4D5
Tints of Twilight #DFC4D5
RGB
CMYK
RGB Variations
Color information
#DFC4D5 (or 0xDFC4D5) is known color: Twilight. HEX triplet: DF, C4 and D5. RGB value is (223,196,213). Sum of RGB (Red+Green+Blue) = 223+196+213=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4D5 is #203B2A. Grayscale: #CDCDCD. Windows color (decimal): -2112299 or 14009567. OLE color: 14009567.
HSL color Cylindrical-coordinate representation of color #DFC4D5: hue angle of 322.22º degrees, saturation: 0.3, 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 #DFC4D5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 213 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.13 |
| HSL | 322.22º | 0.3% | 0.82% | - |
| HSV(B) | 322.22º | 0.12% | 0.87% | - |
| XYZ | 62.18 | 59.97 | 71.25 | - |
| YUV | 206.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 213 | 0 | 0.12 | 0.04 | 0.13 | 322.22 | 0.3 | 0.82 |
| Hex | DF | C4 | D5 | 0 | C | 4 | D | 142 | 1E | 52 |
| Octal | 337 | 304 | 325 | 0 | 14 | 4 | 15 | 502 | 36 | 122 |
| Binary | 11011111 | 11000100 | 11010101 | 0 | 1100 | 100 | 1101 | 101000010 | 11110 | 1010010 |
Color Harmonies of #DFC4D5
Complementary color
Monochromatic Colors of #DFC4D5
Black with #DFC4D5
Text Example
Text Example
White with #DFC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4D5; }
p { color: rgb(223,196,213); }
H1.HeaderClassName
{
color: #DFC4D5;
}
.AnyTagClassName
{
color: #DFC4D5;
}
</style>
background-color css
<style>
a { background-color: #DFC4D5; }
a { background-color: rgb(223,196,213); }
div.DivClassName
{
background-color: #DFC4D5;
}
.BgClassName
{
background-color: #DFC4D5;
}
</style>
border-color css
<style>
span { border-color: #DFC4D5; }
span { border-color: rgb(223,196,213); }
td.TdClassName
{
border-color: #DFC4D5;
}
.TagClassName
{
border-color: #DFC4D5;
}
</style>