Shades of Just Right #DDBEAD
Tints of Just Right #DDBEAD
RGB
CMYK
RGB Variations
Color information
#DDBEAD (or 0xDDBEAD) is known color: Just Right. HEX triplet: DD, BE and AD. RGB value is (221,190,173). Sum of RGB (Red+Green+Blue) = 221+190+173=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAD is #224152. Grayscale: #C5C5C5. Windows color (decimal): -2244947 or 11386589. OLE color: 11386589.
HSL color Cylindrical-coordinate representation of color #DDBEAD: hue angle of 21.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBEAD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 173 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.13 |
| HSL | 21.25º | 0.41% | 0.77% | - |
| HSV(B) | 21.25º | 0.22% | 0.87% | - |
| XYZ | 55.78 | 55.22 | 47.25 | - |
| YUV | 197.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 173 | 0 | 0.14 | 0.22 | 0.13 | 21.25 | 0.41 | 0.77 |
| Hex | DD | BE | AD | 0 | E | 16 | D | 15 | 29 | 4D |
| Octal | 335 | 276 | 255 | 0 | 16 | 26 | 15 | 25 | 51 | 115 |
| Binary | 11011101 | 10111110 | 10101101 | 0 | 1110 | 10110 | 1101 | 10101 | 101001 | 1001101 |
Color Harmonies of #DDBEAD
Complementary color
Monochromatic Colors of #DDBEAD
Black with #DDBEAD
Text Example
Text Example
White with #DDBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEAD; }
p { color: rgb(221,190,173); }
H1.HeaderClassName
{
color: #DDBEAD;
}
.AnyTagClassName
{
color: #DDBEAD;
}
</style>
background-color css
<style>
a { background-color: #DDBEAD; }
a { background-color: rgb(221,190,173); }
div.DivClassName
{
background-color: #DDBEAD;
}
.BgClassName
{
background-color: #DDBEAD;
}
</style>
border-color css
<style>
span { border-color: #DDBEAD; }
span { border-color: rgb(221,190,173); }
td.TdClassName
{
border-color: #DDBEAD;
}
.TagClassName
{
border-color: #DDBEAD;
}
</style>