Shades of Just Right #DEC5B4
Tints of Just Right #DEC5B4
RGB
CMYK
RGB Variations
Color information
#DEC5B4 (or 0xDEC5B4) is known color: Just Right. HEX triplet: DE, C5 and B4. RGB value is (222,197,180). Sum of RGB (Red+Green+Blue) = 222+197+180=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5B4 is #213A4B. Grayscale: #CACACA. Windows color (decimal): -2177612 or 11847134. OLE color: 11847134.
HSL color Cylindrical-coordinate representation of color #DEC5B4: hue angle of 24.29º degrees, saturation: 0.39, 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 #DEC5B4 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 180 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.13 |
| HSL | 24.29º | 0.39% | 0.79% | - |
| HSV(B) | 24.29º | 0.19% | 0.87% | - |
| XYZ | 58.33 | 58.76 | 51.45 | - |
| YUV | 202.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 180 | 0 | 0.11 | 0.19 | 0.13 | 24.29 | 0.39 | 0.79 |
| Hex | DE | C5 | B4 | 0 | B | 13 | D | 18 | 27 | 4F |
| Octal | 336 | 305 | 264 | 0 | 13 | 23 | 15 | 30 | 47 | 117 |
| Binary | 11011110 | 11000101 | 10110100 | 0 | 1011 | 10011 | 1101 | 11000 | 100111 | 1001111 |
Color Harmonies of #DEC5B4
Complementary color
Monochromatic Colors of #DEC5B4
Black with #DEC5B4
Text Example
Text Example
White with #DEC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5B4; }
p { color: rgb(222,197,180); }
H1.HeaderClassName
{
color: #DEC5B4;
}
.AnyTagClassName
{
color: #DEC5B4;
}
</style>
background-color css
<style>
a { background-color: #DEC5B4; }
a { background-color: rgb(222,197,180); }
div.DivClassName
{
background-color: #DEC5B4;
}
.BgClassName
{
background-color: #DEC5B4;
}
</style>
border-color css
<style>
span { border-color: #DEC5B4; }
span { border-color: rgb(222,197,180); }
td.TdClassName
{
border-color: #DEC5B4;
}
.TagClassName
{
border-color: #DEC5B4;
}
</style>