Shades of Twilight #DFB5CB
Tints of Twilight #DFB5CB
RGB
CMYK
RGB Variations
Color information
#DFB5CB (or 0xDFB5CB) is known color: Twilight. HEX triplet: DF, B5 and CB. RGB value is (223,181,203). Sum of RGB (Red+Green+Blue) = 223+181+203=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5CB is #204A34. Grayscale: #C4C4C4. Windows color (decimal): -2116149 or 13350367. OLE color: 13350367.
HSL color Cylindrical-coordinate representation of color #DFB5CB: hue angle of 328.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5CB is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 203 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.13 |
| HSL | 328.57º | 0.4% | 0.79% | - |
| HSV(B) | 328.57º | 0.19% | 0.87% | - |
| XYZ | 57.73 | 53.05 | 63.7 | - |
| YUV | 196.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 203 | 0 | 0.19 | 0.09 | 0.13 | 328.57 | 0.4 | 0.79 |
| Hex | DF | B5 | CB | 0 | 13 | 9 | D | 149 | 28 | 4F |
| Octal | 337 | 265 | 313 | 0 | 23 | 11 | 15 | 511 | 50 | 117 |
| Binary | 11011111 | 10110101 | 11001011 | 0 | 10011 | 1001 | 1101 | 101001001 | 101000 | 1001111 |
Color Harmonies of #DFB5CB
Complementary color
Monochromatic Colors of #DFB5CB
Black with #DFB5CB
Text Example
Text Example
White with #DFB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5CB; }
p { color: rgb(223,181,203); }
H1.HeaderClassName
{
color: #DFB5CB;
}
.AnyTagClassName
{
color: #DFB5CB;
}
</style>
background-color css
<style>
a { background-color: #DFB5CB; }
a { background-color: rgb(223,181,203); }
div.DivClassName
{
background-color: #DFB5CB;
}
.BgClassName
{
background-color: #DFB5CB;
}
</style>
border-color css
<style>
span { border-color: #DFB5CB; }
span { border-color: rgb(223,181,203); }
td.TdClassName
{
border-color: #DFB5CB;
}
.TagClassName
{
border-color: #DFB5CB;
}
</style>