Shades of Twilight #DFBFD4
Tints of Twilight #DFBFD4
RGB
CMYK
RGB Variations
Color information
#DFBFD4 (or 0xDFBFD4) is known color: Twilight. HEX triplet: DF, BF and D4. RGB value is (223,191,212). Sum of RGB (Red+Green+Blue) = 223+191+212=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD4 is #20402B. Grayscale: #CACACA. Windows color (decimal): -2113580 or 13942751. OLE color: 13942751.
HSL color Cylindrical-coordinate representation of color #DFBFD4: hue angle of 320.62º 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 #DFBFD4 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 212 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 320.63º | 0.33% | 0.81% | - |
HSV(B) | 320.63º | 0.14% | 0.87% | - |
XYZ | 60.95 | 57.7 | 70.21 | - |
YUV | 202.96 | 133.1 | 142.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 212 | 0 | 0.14 | 0.05 | 0.13 | 320.63 | 0.33 | 0.81 |
Hex | DF | BF | D4 | 0 | E | 5 | D | 141 | 21 | 51 |
Octal | 337 | 277 | 324 | 0 | 16 | 5 | 15 | 501 | 41 | 121 |
Binary | 11011111 | 10111111 | 11010100 | 0 | 1110 | 101 | 1101 | 101000001 | 100001 | 1010001 |
Color Harmonies of #DFBFD4
Complementary color
Monochromatic Colors of #DFBFD4
Black with #DFBFD4
Text Example
Text Example
White with #DFBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD4; }
p { color: rgb(223,191,212); }
H1.HeaderClassName
{
color: #DFBFD4;
}
.AnyTagClassName
{
color: #DFBFD4;
}
</style>
background-color css
<style>
a { background-color: #DFBFD4; }
a { background-color: rgb(223,191,212); }
div.DivClassName
{
background-color: #DFBFD4;
}
.BgClassName
{
background-color: #DFBFD4;
}
</style>
border-color css
<style>
span { border-color: #DFBFD4; }
span { border-color: rgb(223,191,212); }
td.TdClassName
{
border-color: #DFBFD4;
}
.TagClassName
{
border-color: #DFBFD4;
}
</style>