Shades of Twilight #DFBED4
Tints of Twilight #DFBED4
RGB
CMYK
RGB Variations
Color information
#DFBED4 (or 0xDFBED4) is known color: Twilight. HEX triplet: DF, BE and D4. RGB value is (223,190,212). Sum of RGB (Red+Green+Blue) = 223+190+212=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBED4 is #20412B. Grayscale: #CACACA. Windows color (decimal): -2113836 or 13942495. OLE color: 13942495.
HSL color Cylindrical-coordinate representation of color #DFBED4: hue angle of 320º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBED4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 212 | - |
CMYK | 0 | 0.15 | 0.05 | 0.13 |
HSL | 320º | 0.34% | 0.81% | - |
HSV(B) | 320º | 0.15% | 0.87% | - |
XYZ | 60.73 | 57.27 | 70.14 | - |
YUV | 202.38 | 133.43 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 212 | 0 | 0.15 | 0.05 | 0.13 | 320 | 0.34 | 0.81 |
Hex | DF | BE | D4 | 0 | F | 5 | D | 140 | 22 | 51 |
Octal | 337 | 276 | 324 | 0 | 17 | 5 | 15 | 500 | 42 | 121 |
Binary | 11011111 | 10111110 | 11010100 | 0 | 1111 | 101 | 1101 | 101000000 | 100010 | 1010001 |
Color Harmonies of #DFBED4
Complementary color
Monochromatic Colors of #DFBED4
Black with #DFBED4
Text Example
Text Example
White with #DFBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBED4; }
p { color: rgb(223,190,212); }
H1.HeaderClassName
{
color: #DFBED4;
}
.AnyTagClassName
{
color: #DFBED4;
}
</style>
background-color css
<style>
a { background-color: #DFBED4; }
a { background-color: rgb(223,190,212); }
div.DivClassName
{
background-color: #DFBED4;
}
.BgClassName
{
background-color: #DFBED4;
}
</style>
border-color css
<style>
span { border-color: #DFBED4; }
span { border-color: rgb(223,190,212); }
td.TdClassName
{
border-color: #DFBED4;
}
.TagClassName
{
border-color: #DFBED4;
}
</style>