Shades of Twilight #DFBFD2
Tints of Twilight #DFBFD2
RGB
CMYK
RGB Variations
Color information
#DFBFD2 (or 0xDFBFD2) is known color: Twilight. HEX triplet: DF, BF and D2. RGB value is (223,191,210). Sum of RGB (Red+Green+Blue) = 223+191+210=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD2 is #20402D. Grayscale: #CACACA. Windows color (decimal): -2113582 or 13811679. OLE color: 13811679.
HSL color Cylindrical-coordinate representation of color #DFBFD2: hue angle of 324.38º 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 #DFBFD2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 210 | - |
CMYK | 0 | 0.14 | 0.06 | 0.13 |
HSL | 324.38º | 0.33% | 0.81% | - |
HSV(B) | 324.38º | 0.14% | 0.87% | - |
XYZ | 60.7 | 57.6 | 68.89 | - |
YUV | 202.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 210 | 0 | 0.14 | 0.06 | 0.13 | 324.38 | 0.33 | 0.81 |
Hex | DF | BF | D2 | 0 | E | 6 | D | 144 | 21 | 51 |
Octal | 337 | 277 | 322 | 0 | 16 | 6 | 15 | 504 | 41 | 121 |
Binary | 11011111 | 10111111 | 11010010 | 0 | 1110 | 110 | 1101 | 101000100 | 100001 | 1010001 |
Color Harmonies of #DFBFD2
Complementary color
Monochromatic Colors of #DFBFD2
Black with #DFBFD2
Text Example
Text Example
White with #DFBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD2; }
p { color: rgb(223,191,210); }
H1.HeaderClassName
{
color: #DFBFD2;
}
.AnyTagClassName
{
color: #DFBFD2;
}
</style>
background-color css
<style>
a { background-color: #DFBFD2; }
a { background-color: rgb(223,191,210); }
div.DivClassName
{
background-color: #DFBFD2;
}
.BgClassName
{
background-color: #DFBFD2;
}
</style>
border-color css
<style>
span { border-color: #DFBFD2; }
span { border-color: rgb(223,191,210); }
td.TdClassName
{
border-color: #DFBFD2;
}
.TagClassName
{
border-color: #DFBFD2;
}
</style>