Shades of Just Right #DEC0B3
Tints of Just Right #DEC0B3
RGB
CMYK
RGB Variations
Color information
#DEC0B3 (or 0xDEC0B3) is known color: Just Right. HEX triplet: DE, C0 and B3. RGB value is (222,192,179). Sum of RGB (Red+Green+Blue) = 222+192+179=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0B3 is #213F4C. Grayscale: #C7C7C7. Windows color (decimal): -2178893 or 11780318. OLE color: 11780318.
HSL color Cylindrical-coordinate representation of color #DEC0B3: hue angle of 18.14º 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 #DEC0B3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 179 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 18.14º | 0.39% | 0.79% | - |
| HSV(B) | 18.14º | 0.19% | 0.87% | - |
| XYZ | 57.11 | 56.48 | 50.54 | - |
| YUV | 199.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 179 | 0 | 0.14 | 0.19 | 0.13 | 18.14 | 0.39 | 0.79 |
| Hex | DE | C0 | B3 | 0 | E | 13 | D | 12 | 27 | 4F |
| Octal | 336 | 300 | 263 | 0 | 16 | 23 | 15 | 22 | 47 | 117 |
| Binary | 11011110 | 11000000 | 10110011 | 0 | 1110 | 10011 | 1101 | 10010 | 100111 | 1001111 |
Color Harmonies of #DEC0B3
Complementary color
Monochromatic Colors of #DEC0B3
Black with #DEC0B3
Text Example
Text Example
White with #DEC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0B3; }
p { color: rgb(222,192,179); }
H1.HeaderClassName
{
color: #DEC0B3;
}
.AnyTagClassName
{
color: #DEC0B3;
}
</style>
background-color css
<style>
a { background-color: #DEC0B3; }
a { background-color: rgb(222,192,179); }
div.DivClassName
{
background-color: #DEC0B3;
}
.BgClassName
{
background-color: #DEC0B3;
}
</style>
border-color css
<style>
span { border-color: #DEC0B3; }
span { border-color: rgb(222,192,179); }
td.TdClassName
{
border-color: #DEC0B3;
}
.TagClassName
{
border-color: #DEC0B3;
}
</style>