Shades of Just Right #DDBAAB
Tints of Just Right #DDBAAB
RGB
CMYK
RGB Variations
Color information
#DDBAAB (or 0xDDBAAB) is known color: Just Right. HEX triplet: DD, BA and AB. RGB value is (221,186,171). Sum of RGB (Red+Green+Blue) = 221+186+171=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAAB is #224554. Grayscale: #C2C2C2. Windows color (decimal): -2245973 or 11254493. OLE color: 11254493.
HSL color Cylindrical-coordinate representation of color #DDBAAB: hue angle of 18º degrees, saturation: 0.42, 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 #DDBAAB is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 171 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 18º | 0.42% | 0.77% | - |
| HSV(B) | 18º | 0.23% | 0.87% | - |
| XYZ | 54.73 | 53.43 | 45.96 | - |
| YUV | 194.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 171 | 0 | 0.16 | 0.23 | 0.13 | 18 | 0.42 | 0.77 |
| Hex | DD | BA | AB | 0 | 10 | 17 | D | 12 | 2A | 4D |
| Octal | 335 | 272 | 253 | 0 | 20 | 27 | 15 | 22 | 52 | 115 |
| Binary | 11011101 | 10111010 | 10101011 | 0 | 10000 | 10111 | 1101 | 10010 | 101010 | 1001101 |
Color Harmonies of #DDBAAB
Complementary color
Monochromatic Colors of #DDBAAB
Black with #DDBAAB
Text Example
Text Example
White with #DDBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAAB; }
p { color: rgb(221,186,171); }
H1.HeaderClassName
{
color: #DDBAAB;
}
.AnyTagClassName
{
color: #DDBAAB;
}
</style>
background-color css
<style>
a { background-color: #DDBAAB; }
a { background-color: rgb(221,186,171); }
div.DivClassName
{
background-color: #DDBAAB;
}
.BgClassName
{
background-color: #DDBAAB;
}
</style>
border-color css
<style>
span { border-color: #DDBAAB; }
span { border-color: rgb(221,186,171); }
td.TdClassName
{
border-color: #DDBAAB;
}
.TagClassName
{
border-color: #DDBAAB;
}
</style>