Shades of Just Right #DFBEB0
Tints of Just Right #DFBEB0
RGB
CMYK
RGB Variations
Color information
#DFBEB0 (or 0xDFBEB0) is known color: Just Right. HEX triplet: DF, BE and B0. RGB value is (223,190,176). Sum of RGB (Red+Green+Blue) = 223+190+176=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEB0 is #20414F. Grayscale: #C6C6C6. Windows color (decimal): -2113872 or 11583199. OLE color: 11583199.
HSL color Cylindrical-coordinate representation of color #DFBEB0: hue angle of 17.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBEB0 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 176 | - |
CMYK | 0 | 0.15 | 0.21 | 0.13 |
HSL | 17.87º | 0.42% | 0.78% | - |
HSV(B) | 17.87º | 0.21% | 0.87% | - |
XYZ | 56.68 | 55.65 | 48.83 | - |
YUV | 198.27 | 115.43 | 145.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 176 | 0 | 0.15 | 0.21 | 0.13 | 17.87 | 0.42 | 0.78 |
Hex | DF | BE | B0 | 0 | F | 15 | D | 12 | 2A | 4E |
Octal | 337 | 276 | 260 | 0 | 17 | 25 | 15 | 22 | 52 | 116 |
Binary | 11011111 | 10111110 | 10110000 | 0 | 1111 | 10101 | 1101 | 10010 | 101010 | 1001110 |
Color Harmonies of #DFBEB0
Complementary color
Monochromatic Colors of #DFBEB0
Black with #DFBEB0
Text Example
Text Example
White with #DFBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEB0; }
p { color: rgb(223,190,176); }
H1.HeaderClassName
{
color: #DFBEB0;
}
.AnyTagClassName
{
color: #DFBEB0;
}
</style>
background-color css
<style>
a { background-color: #DFBEB0; }
a { background-color: rgb(223,190,176); }
div.DivClassName
{
background-color: #DFBEB0;
}
.BgClassName
{
background-color: #DFBEB0;
}
</style>
border-color css
<style>
span { border-color: #DFBEB0; }
span { border-color: rgb(223,190,176); }
td.TdClassName
{
border-color: #DFBEB0;
}
.TagClassName
{
border-color: #DFBEB0;
}
</style>