Shades of Just Right #DDBEAB
Tints of Just Right #DDBEAB
RGB
CMYK
RGB Variations
Color information
#DDBEAB (or 0xDDBEAB) is known color: Just Right. HEX triplet: DD, BE and AB. RGB value is (221,190,171). Sum of RGB (Red+Green+Blue) = 221+190+171=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAB is #224154. Grayscale: #C5C5C5. Windows color (decimal): -2244949 or 11255517. OLE color: 11255517.
HSL color Cylindrical-coordinate representation of color #DDBEAB: hue angle of 22.8º 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 #DDBEAB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 171 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 22.8º | 0.42% | 0.77% | - |
| HSV(B) | 22.8º | 0.23% | 0.87% | - |
| XYZ | 55.58 | 55.14 | 46.24 | - |
| YUV | 197.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 171 | 0 | 0.14 | 0.23 | 0.13 | 22.8 | 0.42 | 0.77 |
| Hex | DD | BE | AB | 0 | E | 17 | D | 17 | 2A | 4D |
| Octal | 335 | 276 | 253 | 0 | 16 | 27 | 15 | 27 | 52 | 115 |
| Binary | 11011101 | 10111110 | 10101011 | 0 | 1110 | 10111 | 1101 | 10111 | 101010 | 1001101 |
Color Harmonies of #DDBEAB
Complementary color
Monochromatic Colors of #DDBEAB
Black with #DDBEAB
Text Example
Text Example
White with #DDBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEAB; }
p { color: rgb(221,190,171); }
H1.HeaderClassName
{
color: #DDBEAB;
}
.AnyTagClassName
{
color: #DDBEAB;
}
</style>
background-color css
<style>
a { background-color: #DDBEAB; }
a { background-color: rgb(221,190,171); }
div.DivClassName
{
background-color: #DDBEAB;
}
.BgClassName
{
background-color: #DDBEAB;
}
</style>
border-color css
<style>
span { border-color: #DDBEAB; }
span { border-color: rgb(221,190,171); }
td.TdClassName
{
border-color: #DDBEAB;
}
.TagClassName
{
border-color: #DDBEAB;
}
</style>