Shades of Twilight #DFB3CB
Tints of Twilight #DFB3CB
RGB
CMYK
RGB Variations
Color information
#DFB3CB (or 0xDFB3CB) is known color: Twilight. HEX triplet: DF, B3 and CB. RGB value is (223,179,203). Sum of RGB (Red+Green+Blue) = 223+179+203=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3CB is #204C34. Grayscale: #C2C2C2. Windows color (decimal): -2116661 or 13349855. OLE color: 13349855.
HSL color Cylindrical-coordinate representation of color #DFB3CB: hue angle of 327.27º 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 #DFB3CB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 203 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 327.27º | 0.41% | 0.79% | - |
| HSV(B) | 327.27º | 0.2% | 0.87% | - |
| XYZ | 57.33 | 52.24 | 63.56 | - |
| YUV | 194.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 203 | 0 | 0.20 | 0.09 | 0.13 | 327.27 | 0.41 | 0.79 |
| Hex | DF | B3 | CB | 0 | 14 | 9 | D | 147 | 29 | 4F |
| Octal | 337 | 263 | 313 | 0 | 24 | 11 | 15 | 507 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11001011 | 0 | 10100 | 1001 | 1101 | 101000111 | 101001 | 1001111 |
Color Harmonies of #DFB3CB
Complementary color
Monochromatic Colors of #DFB3CB
Black with #DFB3CB
Text Example
Text Example
White with #DFB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3CB; }
p { color: rgb(223,179,203); }
H1.HeaderClassName
{
color: #DFB3CB;
}
.AnyTagClassName
{
color: #DFB3CB;
}
</style>
background-color css
<style>
a { background-color: #DFB3CB; }
a { background-color: rgb(223,179,203); }
div.DivClassName
{
background-color: #DFB3CB;
}
.BgClassName
{
background-color: #DFB3CB;
}
</style>
border-color css
<style>
span { border-color: #DFB3CB; }
span { border-color: rgb(223,179,203); }
td.TdClassName
{
border-color: #DFB3CB;
}
.TagClassName
{
border-color: #DFB3CB;
}
</style>