Shades of Just Right #DFC3B5
Tints of Just Right #DFC3B5
RGB
CMYK
RGB Variations
Color information
#DFC3B5 (or 0xDFC3B5) is known color: Just Right. HEX triplet: DF, C3 and B5. RGB value is (223,195,181). Sum of RGB (Red+Green+Blue) = 223+195+181=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3B5 is #203C4A. Grayscale: #C9C9C9. Windows color (decimal): -2112587 or 11912159. OLE color: 11912159.
HSL color Cylindrical-coordinate representation of color #DFC3B5: hue angle of 20º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC3B5 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 181 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.13 |
| HSL | 20º | 0.4% | 0.79% | - |
| HSV(B) | 20º | 0.19% | 0.87% | - |
| XYZ | 58.29 | 58.05 | 51.85 | - |
| YUV | 201.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 181 | 0 | 0.13 | 0.19 | 0.13 | 20 | 0.4 | 0.79 |
| Hex | DF | C3 | B5 | 0 | D | 13 | D | 14 | 28 | 4F |
| Octal | 337 | 303 | 265 | 0 | 15 | 23 | 15 | 24 | 50 | 117 |
| Binary | 11011111 | 11000011 | 10110101 | 0 | 1101 | 10011 | 1101 | 10100 | 101000 | 1001111 |
Color Harmonies of #DFC3B5
Complementary color
Monochromatic Colors of #DFC3B5
Black with #DFC3B5
Text Example
Text Example
White with #DFC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3B5; }
p { color: rgb(223,195,181); }
H1.HeaderClassName
{
color: #DFC3B5;
}
.AnyTagClassName
{
color: #DFC3B5;
}
</style>
background-color css
<style>
a { background-color: #DFC3B5; }
a { background-color: rgb(223,195,181); }
div.DivClassName
{
background-color: #DFC3B5;
}
.BgClassName
{
background-color: #DFC3B5;
}
</style>
border-color css
<style>
span { border-color: #DFC3B5; }
span { border-color: rgb(223,195,181); }
td.TdClassName
{
border-color: #DFC3B5;
}
.TagClassName
{
border-color: #DFC3B5;
}
</style>