Shades of Twilight #DFB6CB
Tints of Twilight #DFB6CB
RGB
CMYK
RGB Variations
Color information
#DFB6CB (or 0xDFB6CB) is known color: Twilight. HEX triplet: DF, B6 and CB. RGB value is (223,182,203). Sum of RGB (Red+Green+Blue) = 223+182+203=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6CB is #204934. Grayscale: #C4C4C4. Windows color (decimal): -2115893 or 13350623. OLE color: 13350623.
HSL color Cylindrical-coordinate representation of color #DFB6CB: hue angle of 329.27º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6CB is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 203 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.13 |
| HSL | 329.27º | 0.39% | 0.79% | - |
| HSV(B) | 329.27º | 0.18% | 0.87% | - |
| XYZ | 57.94 | 53.46 | 63.76 | - |
| YUV | 196.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 203 | 0 | 0.18 | 0.09 | 0.13 | 329.27 | 0.39 | 0.79 |
| Hex | DF | B6 | CB | 0 | 12 | 9 | D | 149 | 27 | 4F |
| Octal | 337 | 266 | 313 | 0 | 22 | 11 | 15 | 511 | 47 | 117 |
| Binary | 11011111 | 10110110 | 11001011 | 0 | 10010 | 1001 | 1101 | 101001001 | 100111 | 1001111 |
Color Harmonies of #DFB6CB
Complementary color
Monochromatic Colors of #DFB6CB
Black with #DFB6CB
Text Example
Text Example
White with #DFB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6CB; }
p { color: rgb(223,182,203); }
H1.HeaderClassName
{
color: #DFB6CB;
}
.AnyTagClassName
{
color: #DFB6CB;
}
</style>
background-color css
<style>
a { background-color: #DFB6CB; }
a { background-color: rgb(223,182,203); }
div.DivClassName
{
background-color: #DFB6CB;
}
.BgClassName
{
background-color: #DFB6CB;
}
</style>
border-color css
<style>
span { border-color: #DFB6CB; }
span { border-color: rgb(223,182,203); }
td.TdClassName
{
border-color: #DFB6CB;
}
.TagClassName
{
border-color: #DFB6CB;
}
</style>