Shades of Just Right #DFC0B2
Tints of Just Right #DFC0B2
RGB
CMYK
RGB Variations
Color information
#DFC0B2 (or 0xDFC0B2) is known color: Just Right. HEX triplet: DF, C0 and B2. RGB value is (223,192,178). Sum of RGB (Red+Green+Blue) = 223+192+178=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0B2 is #203F4D. Grayscale: #C7C7C7. Windows color (decimal): -2113358 or 11714783. OLE color: 11714783.
HSL color Cylindrical-coordinate representation of color #DFC0B2: hue angle of 18.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC0B2 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 178 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.13 |
| HSL | 18.67º | 0.41% | 0.79% | - |
| HSV(B) | 18.67º | 0.2% | 0.87% | - |
| XYZ | 57.32 | 56.6 | 50.02 | - |
| YUV | 199.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 178 | 0 | 0.14 | 0.20 | 0.13 | 18.67 | 0.41 | 0.79 |
| Hex | DF | C0 | B2 | 0 | E | 14 | D | 13 | 29 | 4F |
| Octal | 337 | 300 | 262 | 0 | 16 | 24 | 15 | 23 | 51 | 117 |
| Binary | 11011111 | 11000000 | 10110010 | 0 | 1110 | 10100 | 1101 | 10011 | 101001 | 1001111 |
Color Harmonies of #DFC0B2
Complementary color
Monochromatic Colors of #DFC0B2
Black with #DFC0B2
Text Example
Text Example
White with #DFC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0B2; }
p { color: rgb(223,192,178); }
H1.HeaderClassName
{
color: #DFC0B2;
}
.AnyTagClassName
{
color: #DFC0B2;
}
</style>
background-color css
<style>
a { background-color: #DFC0B2; }
a { background-color: rgb(223,192,178); }
div.DivClassName
{
background-color: #DFC0B2;
}
.BgClassName
{
background-color: #DFC0B2;
}
</style>
border-color css
<style>
span { border-color: #DFC0B2; }
span { border-color: rgb(223,192,178); }
td.TdClassName
{
border-color: #DFC0B2;
}
.TagClassName
{
border-color: #DFC0B2;
}
</style>