Shades of Twilight #DFBFD3
Tints of Twilight #DFBFD3
RGB
CMYK
RGB Variations
Color information
#DFBFD3 (or 0xDFBFD3) is known color: Twilight. HEX triplet: DF, BF and D3. RGB value is (223,191,211). Sum of RGB (Red+Green+Blue) = 223+191+211=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD3 is #20402C. Grayscale: #CACACA. Windows color (decimal): -2113581 or 13877215. OLE color: 13877215.
HSL color Cylindrical-coordinate representation of color #DFBFD3: hue angle of 322.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 #DFBFD3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 211 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 322.5º | 0.33% | 0.81% | - |
HSV(B) | 322.5º | 0.14% | 0.87% | - |
XYZ | 60.82 | 57.65 | 69.55 | - |
YUV | 202.85 | 132.6 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 211 | 0 | 0.14 | 0.05 | 0.13 | 322.5 | 0.33 | 0.81 |
Hex | DF | BF | D3 | 0 | E | 5 | D | 142 | 21 | 51 |
Octal | 337 | 277 | 323 | 0 | 16 | 5 | 15 | 502 | 41 | 121 |
Binary | 11011111 | 10111111 | 11010011 | 0 | 1110 | 101 | 1101 | 101000010 | 100001 | 1010001 |
Color Harmonies of #DFBFD3
Complementary color
Monochromatic Colors of #DFBFD3
Black with #DFBFD3
Text Example
Text Example
White with #DFBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD3; }
p { color: rgb(223,191,211); }
H1.HeaderClassName
{
color: #DFBFD3;
}
.AnyTagClassName
{
color: #DFBFD3;
}
</style>
background-color css
<style>
a { background-color: #DFBFD3; }
a { background-color: rgb(223,191,211); }
div.DivClassName
{
background-color: #DFBFD3;
}
.BgClassName
{
background-color: #DFBFD3;
}
</style>
border-color css
<style>
span { border-color: #DFBFD3; }
span { border-color: rgb(223,191,211); }
td.TdClassName
{
border-color: #DFBFD3;
}
.TagClassName
{
border-color: #DFBFD3;
}
</style>