Shades of Just Right #DDBFB0
Tints of Just Right #DDBFB0
RGB
CMYK
RGB Variations
Color information
#DDBFB0 (or 0xDDBFB0) is known color: Just Right. HEX triplet: DD, BF and B0. RGB value is (221,191,176). Sum of RGB (Red+Green+Blue) = 221+191+176=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBFB0 is #22404F. Grayscale: #C6C6C6. Windows color (decimal): -2244688 or 11583453. OLE color: 11583453.
HSL color Cylindrical-coordinate representation of color #DDBFB0: hue angle of 20º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBFB0 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 176 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.13 |
| HSL | 20º | 0.4% | 0.78% | - |
| HSV(B) | 20º | 0.2% | 0.87% | - |
| XYZ | 56.29 | 55.77 | 48.87 | - |
| YUV | 198.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 176 | 0 | 0.14 | 0.20 | 0.13 | 20 | 0.4 | 0.78 |
| Hex | DD | BF | B0 | 0 | E | 14 | D | 14 | 28 | 4E |
| Octal | 335 | 277 | 260 | 0 | 16 | 24 | 15 | 24 | 50 | 116 |
| Binary | 11011101 | 10111111 | 10110000 | 0 | 1110 | 10100 | 1101 | 10100 | 101000 | 1001110 |
Color Harmonies of #DDBFB0
Complementary color
Monochromatic Colors of #DDBFB0
Black with #DDBFB0
Text Example
Text Example
White with #DDBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFB0; }
p { color: rgb(221,191,176); }
H1.HeaderClassName
{
color: #DDBFB0;
}
.AnyTagClassName
{
color: #DDBFB0;
}
</style>
background-color css
<style>
a { background-color: #DDBFB0; }
a { background-color: rgb(221,191,176); }
div.DivClassName
{
background-color: #DDBFB0;
}
.BgClassName
{
background-color: #DDBFB0;
}
</style>
border-color css
<style>
span { border-color: #DDBFB0; }
span { border-color: rgb(221,191,176); }
td.TdClassName
{
border-color: #DDBFB0;
}
.TagClassName
{
border-color: #DDBFB0;
}
</style>