Shades of Just Right #DEC2B4
Tints of Just Right #DEC2B4
RGB
CMYK
RGB Variations
Color information
#DEC2B4 (or 0xDEC2B4) is known color: Just Right. HEX triplet: DE, C2 and B4. RGB value is (222,194,180). Sum of RGB (Red+Green+Blue) = 222+194+180=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2B4 is #213D4B. Grayscale: #C8C8C8. Windows color (decimal): -2178380 or 11846366. OLE color: 11846366.
HSL color Cylindrical-coordinate representation of color #DEC2B4: hue angle of 20º 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 #DEC2B4 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 180 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.13 |
| HSL | 20º | 0.39% | 0.79% | - |
| HSV(B) | 20º | 0.19% | 0.87% | - |
| XYZ | 57.65 | 57.41 | 51.22 | - |
| YUV | 200.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 180 | 0 | 0.13 | 0.19 | 0.13 | 20 | 0.39 | 0.79 |
| Hex | DE | C2 | B4 | 0 | D | 13 | D | 14 | 27 | 4F |
| Octal | 336 | 302 | 264 | 0 | 15 | 23 | 15 | 24 | 47 | 117 |
| Binary | 11011110 | 11000010 | 10110100 | 0 | 1101 | 10011 | 1101 | 10100 | 100111 | 1001111 |
Color Harmonies of #DEC2B4
Complementary color
Monochromatic Colors of #DEC2B4
Black with #DEC2B4
Text Example
Text Example
White with #DEC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2B4; }
p { color: rgb(222,194,180); }
H1.HeaderClassName
{
color: #DEC2B4;
}
.AnyTagClassName
{
color: #DEC2B4;
}
</style>
background-color css
<style>
a { background-color: #DEC2B4; }
a { background-color: rgb(222,194,180); }
div.DivClassName
{
background-color: #DEC2B4;
}
.BgClassName
{
background-color: #DEC2B4;
}
</style>
border-color css
<style>
span { border-color: #DEC2B4; }
span { border-color: rgb(222,194,180); }
td.TdClassName
{
border-color: #DEC2B4;
}
.TagClassName
{
border-color: #DEC2B4;
}
</style>