Shades of Just Right #DFC3B3
Tints of Just Right #DFC3B3
RGB
CMYK
RGB Variations
Color information
#DFC3B3 (or 0xDFC3B3) is known color: Just Right. HEX triplet: DF, C3 and B3. RGB value is (223,195,179). Sum of RGB (Red+Green+Blue) = 223+195+179=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3B3 is #203C4C. Grayscale: #C9C9C9. Windows color (decimal): -2112589 or 11781087. OLE color: 11781087.
HSL color Cylindrical-coordinate representation of color #DFC3B3: hue angle of 21.82º 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 #DFC3B3 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 179 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.13 |
| HSL | 21.82º | 0.41% | 0.79% | - |
| HSV(B) | 21.82º | 0.2% | 0.87% | - |
| XYZ | 58.08 | 57.97 | 50.78 | - |
| YUV | 201.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 179 | 0 | 0.13 | 0.20 | 0.13 | 21.82 | 0.41 | 0.79 |
| Hex | DF | C3 | B3 | 0 | D | 14 | D | 16 | 29 | 4F |
| Octal | 337 | 303 | 263 | 0 | 15 | 24 | 15 | 26 | 51 | 117 |
| Binary | 11011111 | 11000011 | 10110011 | 0 | 1101 | 10100 | 1101 | 10110 | 101001 | 1001111 |
Color Harmonies of #DFC3B3
Complementary color
Monochromatic Colors of #DFC3B3
Black with #DFC3B3
Text Example
Text Example
White with #DFC3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3B3; }
p { color: rgb(223,195,179); }
H1.HeaderClassName
{
color: #DFC3B3;
}
.AnyTagClassName
{
color: #DFC3B3;
}
</style>
background-color css
<style>
a { background-color: #DFC3B3; }
a { background-color: rgb(223,195,179); }
div.DivClassName
{
background-color: #DFC3B3;
}
.BgClassName
{
background-color: #DFC3B3;
}
</style>
border-color css
<style>
span { border-color: #DFC3B3; }
span { border-color: rgb(223,195,179); }
td.TdClassName
{
border-color: #DFC3B3;
}
.TagClassName
{
border-color: #DFC3B3;
}
</style>