Shades of Just Right #DDBDAE
Tints of Just Right #DDBDAE
RGB
CMYK
RGB Variations
Color information
#DDBDAE (or 0xDDBDAE) is known color: Just Right. HEX triplet: DD, BD and AE. RGB value is (221,189,174). Sum of RGB (Red+Green+Blue) = 221+189+174=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDAE is #224251. Grayscale: #C4C4C4. Windows color (decimal): -2245202 or 11451869. OLE color: 11451869.
HSL color Cylindrical-coordinate representation of color #DDBDAE: hue angle of 19.15º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBDAE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 174 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.13 |
| HSL | 19.15º | 0.41% | 0.77% | - |
| HSV(B) | 19.15º | 0.21% | 0.87% | - |
| XYZ | 55.66 | 54.82 | 47.69 | - |
| YUV | 196.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 174 | 0 | 0.14 | 0.21 | 0.13 | 19.15 | 0.41 | 0.77 |
| Hex | DD | BD | AE | 0 | E | 15 | D | 13 | 29 | 4D |
| Octal | 335 | 275 | 256 | 0 | 16 | 25 | 15 | 23 | 51 | 115 |
| Binary | 11011101 | 10111101 | 10101110 | 0 | 1110 | 10101 | 1101 | 10011 | 101001 | 1001101 |
Color Harmonies of #DDBDAE
Complementary color
Monochromatic Colors of #DDBDAE
Black with #DDBDAE
Text Example
Text Example
White with #DDBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDAE; }
p { color: rgb(221,189,174); }
H1.HeaderClassName
{
color: #DDBDAE;
}
.AnyTagClassName
{
color: #DDBDAE;
}
</style>
background-color css
<style>
a { background-color: #DDBDAE; }
a { background-color: rgb(221,189,174); }
div.DivClassName
{
background-color: #DDBDAE;
}
.BgClassName
{
background-color: #DDBDAE;
}
</style>
border-color css
<style>
span { border-color: #DDBDAE; }
span { border-color: rgb(221,189,174); }
td.TdClassName
{
border-color: #DDBDAE;
}
.TagClassName
{
border-color: #DDBDAE;
}
</style>