Shades of Twilight #DFC2D3
Tints of Twilight #DFC2D3
RGB
CMYK
RGB Variations
Color information
#DFC2D3 (or 0xDFC2D3) is known color: Twilight. HEX triplet: DF, C2 and D3. RGB value is (223,194,211). Sum of RGB (Red+Green+Blue) = 223+194+211=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D3 is #203D2C. Grayscale: #CCCCCC. Windows color (decimal): -2112813 or 13877983. OLE color: 13877983.
HSL color Cylindrical-coordinate representation of color #DFC2D3: hue angle of 324.83º degrees, saturation: 0.31, 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 #DFC2D3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 211 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.13 |
| HSL | 324.83º | 0.31% | 0.82% | - |
| HSV(B) | 324.83º | 0.13% | 0.87% | - |
| XYZ | 61.48 | 58.97 | 69.77 | - |
| YUV | 204.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 211 | 0 | 0.13 | 0.05 | 0.13 | 324.83 | 0.31 | 0.82 |
| Hex | DF | C2 | D3 | 0 | D | 5 | D | 145 | 1F | 52 |
| Octal | 337 | 302 | 323 | 0 | 15 | 5 | 15 | 505 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11010011 | 0 | 1101 | 101 | 1101 | 101000101 | 11111 | 1010010 |
Color Harmonies of #DFC2D3
Complementary color
Monochromatic Colors of #DFC2D3
Black with #DFC2D3
Text Example
Text Example
White with #DFC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2D3; }
p { color: rgb(223,194,211); }
H1.HeaderClassName
{
color: #DFC2D3;
}
.AnyTagClassName
{
color: #DFC2D3;
}
</style>
background-color css
<style>
a { background-color: #DFC2D3; }
a { background-color: rgb(223,194,211); }
div.DivClassName
{
background-color: #DFC2D3;
}
.BgClassName
{
background-color: #DFC2D3;
}
</style>
border-color css
<style>
span { border-color: #DFC2D3; }
span { border-color: rgb(223,194,211); }
td.TdClassName
{
border-color: #DFC2D3;
}
.TagClassName
{
border-color: #DFC2D3;
}
</style>