Shades of Twilight #DFBFCB
Tints of Twilight #DFBFCB
RGB
CMYK
RGB Variations
Color information
#DFBFCB (or 0xDFBFCB) is known color: Twilight. HEX triplet: DF, BF and CB. RGB value is (223,191,203). Sum of RGB (Red+Green+Blue) = 223+191+203=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCB is #204034. Grayscale: #C9C9C9. Windows color (decimal): -2113589 or 13352927. OLE color: 13352927.
HSL color Cylindrical-coordinate representation of color #DFBFCB: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFCB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 203 | - |
CMYK | 0 | 0.14 | 0.09 | 0.13 |
HSL | 337.5º | 0.33% | 0.81% | - |
HSV(B) | 337.5º | 0.14% | 0.87% | - |
XYZ | 59.84 | 57.26 | 64.4 | - |
YUV | 201.94 | 128.6 | 143.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 203 | 0 | 0.14 | 0.09 | 0.13 | 337.5 | 0.33 | 0.81 |
Hex | DF | BF | CB | 0 | E | 9 | D | 152 | 21 | 51 |
Octal | 337 | 277 | 313 | 0 | 16 | 11 | 15 | 522 | 41 | 121 |
Binary | 11011111 | 10111111 | 11001011 | 0 | 1110 | 1001 | 1101 | 101010010 | 100001 | 1010001 |
Color Harmonies of #DFBFCB
Complementary color
Monochromatic Colors of #DFBFCB
Black with #DFBFCB
Text Example
Text Example
White with #DFBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFCB; }
p { color: rgb(223,191,203); }
H1.HeaderClassName
{
color: #DFBFCB;
}
.AnyTagClassName
{
color: #DFBFCB;
}
</style>
background-color css
<style>
a { background-color: #DFBFCB; }
a { background-color: rgb(223,191,203); }
div.DivClassName
{
background-color: #DFBFCB;
}
.BgClassName
{
background-color: #DFBFCB;
}
</style>
border-color css
<style>
span { border-color: #DFBFCB; }
span { border-color: rgb(223,191,203); }
td.TdClassName
{
border-color: #DFBFCB;
}
.TagClassName
{
border-color: #DFBFCB;
}
</style>