Shades of Just Right #DDBFAF
Tints of Just Right #DDBFAF
RGB
CMYK
RGB Variations
Color information
#DDBFAF (or 0xDDBFAF) is known color: Just Right. HEX triplet: DD, BF and AF. RGB value is (221,191,175). Sum of RGB (Red+Green+Blue) = 221+191+175=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBFAF is #224050. Grayscale: #C6C6C6. Windows color (decimal): -2244689 or 11517917. OLE color: 11517917.
HSL color Cylindrical-coordinate representation of color #DDBFAF: hue angle of 20.87º degrees, saturation: 0.4, 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 #DDBFAF is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 175 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.13 |
| HSL | 20.87º | 0.4% | 0.78% | - |
| HSV(B) | 20.87º | 0.21% | 0.87% | - |
| XYZ | 56.19 | 55.73 | 48.35 | - |
| YUV | 198.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 175 | 0 | 0.14 | 0.21 | 0.13 | 20.87 | 0.4 | 0.78 |
| Hex | DD | BF | AF | 0 | E | 15 | D | 15 | 28 | 4E |
| Octal | 335 | 277 | 257 | 0 | 16 | 25 | 15 | 25 | 50 | 116 |
| Binary | 11011101 | 10111111 | 10101111 | 0 | 1110 | 10101 | 1101 | 10101 | 101000 | 1001110 |
Color Harmonies of #DDBFAF
Complementary color
Monochromatic Colors of #DDBFAF
Black with #DDBFAF
Text Example
Text Example
White with #DDBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFAF; }
p { color: rgb(221,191,175); }
H1.HeaderClassName
{
color: #DDBFAF;
}
.AnyTagClassName
{
color: #DDBFAF;
}
</style>
background-color css
<style>
a { background-color: #DDBFAF; }
a { background-color: rgb(221,191,175); }
div.DivClassName
{
background-color: #DDBFAF;
}
.BgClassName
{
background-color: #DDBFAF;
}
</style>
border-color css
<style>
span { border-color: #DDBFAF; }
span { border-color: rgb(221,191,175); }
td.TdClassName
{
border-color: #DDBFAF;
}
.TagClassName
{
border-color: #DDBFAF;
}
</style>