Shades of Twilight #DFC3D5
Tints of Twilight #DFC3D5
RGB
CMYK
RGB Variations
Color information
#DFC3D5 (or 0xDFC3D5) is known color: Twilight. HEX triplet: DF, C3 and D5. RGB value is (223,195,213). Sum of RGB (Red+Green+Blue) = 223+195+213=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3D5 is #203C2A. Grayscale: #CDCDCD. Windows color (decimal): -2112555 or 14009311. OLE color: 14009311.
HSL color Cylindrical-coordinate representation of color #DFC3D5: hue angle of 321.43º degrees, saturation: 0.3, 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 #DFC3D5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 213 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.13 |
| HSL | 321.43º | 0.3% | 0.82% | - |
| HSV(B) | 321.43º | 0.13% | 0.87% | - |
| XYZ | 61.96 | 59.52 | 71.17 | - |
| YUV | 205.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 213 | 0 | 0.13 | 0.04 | 0.13 | 321.43 | 0.3 | 0.82 |
| Hex | DF | C3 | D5 | 0 | D | 4 | D | 141 | 1E | 52 |
| Octal | 337 | 303 | 325 | 0 | 15 | 4 | 15 | 501 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11010101 | 0 | 1101 | 100 | 1101 | 101000001 | 11110 | 1010010 |
Color Harmonies of #DFC3D5
Complementary color
Monochromatic Colors of #DFC3D5
Black with #DFC3D5
Text Example
Text Example
White with #DFC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3D5; }
p { color: rgb(223,195,213); }
H1.HeaderClassName
{
color: #DFC3D5;
}
.AnyTagClassName
{
color: #DFC3D5;
}
</style>
background-color css
<style>
a { background-color: #DFC3D5; }
a { background-color: rgb(223,195,213); }
div.DivClassName
{
background-color: #DFC3D5;
}
.BgClassName
{
background-color: #DFC3D5;
}
</style>
border-color css
<style>
span { border-color: #DFC3D5; }
span { border-color: rgb(223,195,213); }
td.TdClassName
{
border-color: #DFC3D5;
}
.TagClassName
{
border-color: #DFC3D5;
}
</style>