Shades of Twilight #DFB3CE
Tints of Twilight #DFB3CE
RGB
CMYK
RGB Variations
Color information
#DFB3CE (or 0xDFB3CE) is known color: Twilight. HEX triplet: DF, B3 and CE. RGB value is (223,179,206). Sum of RGB (Red+Green+Blue) = 223+179+206=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3CE is #204C31. Grayscale: #C3C3C3. Windows color (decimal): -2116658 or 13546463. OLE color: 13546463.
HSL color Cylindrical-coordinate representation of color #DFB3CE: hue angle of 323.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3CE is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 206 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.13 |
| HSL | 323.18º | 0.41% | 0.79% | - |
| HSV(B) | 323.18º | 0.2% | 0.87% | - |
| XYZ | 57.69 | 52.38 | 65.46 | - |
| YUV | 195.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 206 | 0 | 0.20 | 0.08 | 0.13 | 323.18 | 0.41 | 0.79 |
| Hex | DF | B3 | CE | 0 | 14 | 8 | D | 143 | 29 | 4F |
| Octal | 337 | 263 | 316 | 0 | 24 | 10 | 15 | 503 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11001110 | 0 | 10100 | 1000 | 1101 | 101000011 | 101001 | 1001111 |
Color Harmonies of #DFB3CE
Complementary color
Monochromatic Colors of #DFB3CE
Black with #DFB3CE
Text Example
Text Example
White with #DFB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3CE; }
p { color: rgb(223,179,206); }
H1.HeaderClassName
{
color: #DFB3CE;
}
.AnyTagClassName
{
color: #DFB3CE;
}
</style>
background-color css
<style>
a { background-color: #DFB3CE; }
a { background-color: rgb(223,179,206); }
div.DivClassName
{
background-color: #DFB3CE;
}
.BgClassName
{
background-color: #DFB3CE;
}
</style>
border-color css
<style>
span { border-color: #DFB3CE; }
span { border-color: rgb(223,179,206); }
td.TdClassName
{
border-color: #DFB3CE;
}
.TagClassName
{
border-color: #DFB3CE;
}
</style>