Shades of Just Right #DDBFAA
Tints of Just Right #DDBFAA
RGB
CMYK
RGB Variations
Color information
#DDBFAA (or 0xDDBFAA) is known color: Just Right. HEX triplet: DD, BF and AA. RGB value is (221,191,170). Sum of RGB (Red+Green+Blue) = 221+191+170=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBFAA is #224055. Grayscale: #C5C5C5. Windows color (decimal): -2244694 or 11190237. OLE color: 11190237.
HSL color Cylindrical-coordinate representation of color #DDBFAA: hue angle of 24.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBFAA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 170 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 24.71º | 0.43% | 0.77% | - |
| HSV(B) | 24.71º | 0.23% | 0.87% | - |
| XYZ | 55.71 | 55.54 | 45.81 | - |
| YUV | 197.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 170 | 0 | 0.14 | 0.23 | 0.13 | 24.71 | 0.43 | 0.77 |
| Hex | DD | BF | AA | 0 | E | 17 | D | 19 | 2B | 4D |
| Octal | 335 | 277 | 252 | 0 | 16 | 27 | 15 | 31 | 53 | 115 |
| Binary | 11011101 | 10111111 | 10101010 | 0 | 1110 | 10111 | 1101 | 11001 | 101011 | 1001101 |
Color Harmonies of #DDBFAA
Complementary color
Monochromatic Colors of #DDBFAA
Black with #DDBFAA
Text Example
Text Example
White with #DDBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFAA; }
p { color: rgb(221,191,170); }
H1.HeaderClassName
{
color: #DDBFAA;
}
.AnyTagClassName
{
color: #DDBFAA;
}
</style>
background-color css
<style>
a { background-color: #DDBFAA; }
a { background-color: rgb(221,191,170); }
div.DivClassName
{
background-color: #DDBFAA;
}
.BgClassName
{
background-color: #DDBFAA;
}
</style>
border-color css
<style>
span { border-color: #DDBFAA; }
span { border-color: rgb(221,191,170); }
td.TdClassName
{
border-color: #DDBFAA;
}
.TagClassName
{
border-color: #DDBFAA;
}
</style>