Shades of Twilight #DFB3CA
Tints of Twilight #DFB3CA
RGB
CMYK
RGB Variations
Color information
#DFB3CA (or 0xDFB3CA) is known color: Twilight. HEX triplet: DF, B3 and CA. RGB value is (223,179,202). Sum of RGB (Red+Green+Blue) = 223+179+202=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3CA is #204C35. Grayscale: #C2C2C2. Windows color (decimal): -2116662 or 13284319. OLE color: 13284319.
HSL color Cylindrical-coordinate representation of color #DFB3CA: hue angle of 328.64º 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 #DFB3CA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 202 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 328.64º | 0.41% | 0.79% | - |
| HSV(B) | 328.64º | 0.2% | 0.87% | - |
| XYZ | 57.21 | 52.19 | 62.94 | - |
| YUV | 194.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 202 | 0 | 0.20 | 0.09 | 0.13 | 328.64 | 0.41 | 0.79 |
| Hex | DF | B3 | CA | 0 | 14 | 9 | D | 149 | 29 | 4F |
| Octal | 337 | 263 | 312 | 0 | 24 | 11 | 15 | 511 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11001010 | 0 | 10100 | 1001 | 1101 | 101001001 | 101001 | 1001111 |
Color Harmonies of #DFB3CA
Complementary color
Monochromatic Colors of #DFB3CA
Black with #DFB3CA
Text Example
Text Example
White with #DFB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3CA; }
p { color: rgb(223,179,202); }
H1.HeaderClassName
{
color: #DFB3CA;
}
.AnyTagClassName
{
color: #DFB3CA;
}
</style>
background-color css
<style>
a { background-color: #DFB3CA; }
a { background-color: rgb(223,179,202); }
div.DivClassName
{
background-color: #DFB3CA;
}
.BgClassName
{
background-color: #DFB3CA;
}
</style>
border-color css
<style>
span { border-color: #DFB3CA; }
span { border-color: rgb(223,179,202); }
td.TdClassName
{
border-color: #DFB3CA;
}
.TagClassName
{
border-color: #DFB3CA;
}
</style>