Shades of Just Right #DDC1B4
Tints of Just Right #DDC1B4
RGB
CMYK
RGB Variations
Color information
#DDC1B4 (or 0xDDC1B4) is known color: Just Right. HEX triplet: DD, C1 and B4. RGB value is (221,193,180). Sum of RGB (Red+Green+Blue) = 221+193+180=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1B4 is #223E4B. Grayscale: #C7C7C7. Windows color (decimal): -2244172 or 11846109. OLE color: 11846109.
HSL color Cylindrical-coordinate representation of color #DDC1B4: hue angle of 19.02º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC1B4 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 180 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.13 |
| HSL | 19.02º | 0.38% | 0.79% | - |
| HSV(B) | 19.02º | 0.19% | 0.87% | - |
| XYZ | 57.13 | 56.81 | 51.13 | - |
| YUV | 199.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 180 | 0 | 0.13 | 0.19 | 0.13 | 19.02 | 0.38 | 0.79 |
| Hex | DD | C1 | B4 | 0 | D | 13 | D | 13 | 26 | 4F |
| Octal | 335 | 301 | 264 | 0 | 15 | 23 | 15 | 23 | 46 | 117 |
| Binary | 11011101 | 11000001 | 10110100 | 0 | 1101 | 10011 | 1101 | 10011 | 100110 | 1001111 |
Color Harmonies of #DDC1B4
Complementary color
Monochromatic Colors of #DDC1B4
Black with #DDC1B4
Text Example
Text Example
White with #DDC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1B4; }
p { color: rgb(221,193,180); }
H1.HeaderClassName
{
color: #DDC1B4;
}
.AnyTagClassName
{
color: #DDC1B4;
}
</style>
background-color css
<style>
a { background-color: #DDC1B4; }
a { background-color: rgb(221,193,180); }
div.DivClassName
{
background-color: #DDC1B4;
}
.BgClassName
{
background-color: #DDC1B4;
}
</style>
border-color css
<style>
span { border-color: #DDC1B4; }
span { border-color: rgb(221,193,180); }
td.TdClassName
{
border-color: #DDC1B4;
}
.TagClassName
{
border-color: #DDC1B4;
}
</style>