Shades of Just Right #DEC3AF
Tints of Just Right #DEC3AF
RGB
CMYK
RGB Variations
Color information
#DEC3AF (or 0xDEC3AF) is known color: Just Right. HEX triplet: DE, C3 and AF. RGB value is (222,195,175). Sum of RGB (Red+Green+Blue) = 222+195+175=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC3AF is #213C50. Grayscale: #C8C8C8. Windows color (decimal): -2178129 or 11518942. OLE color: 11518942.
HSL color Cylindrical-coordinate representation of color #DEC3AF: hue angle of 25.53º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC3AF is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 175 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.13 |
| HSL | 25.53º | 0.42% | 0.78% | - |
| HSV(B) | 25.53º | 0.21% | 0.87% | - |
| XYZ | 57.38 | 57.65 | 48.66 | - |
| YUV | 200.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 175 | 0 | 0.12 | 0.21 | 0.13 | 25.53 | 0.42 | 0.78 |
| Hex | DE | C3 | AF | 0 | C | 15 | D | 1A | 2A | 4E |
| Octal | 336 | 303 | 257 | 0 | 14 | 25 | 15 | 32 | 52 | 116 |
| Binary | 11011110 | 11000011 | 10101111 | 0 | 1100 | 10101 | 1101 | 11010 | 101010 | 1001110 |
Color Harmonies of #DEC3AF
Complementary color
Monochromatic Colors of #DEC3AF
Black with #DEC3AF
Text Example
Text Example
White with #DEC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3AF; }
p { color: rgb(222,195,175); }
H1.HeaderClassName
{
color: #DEC3AF;
}
.AnyTagClassName
{
color: #DEC3AF;
}
</style>
background-color css
<style>
a { background-color: #DEC3AF; }
a { background-color: rgb(222,195,175); }
div.DivClassName
{
background-color: #DEC3AF;
}
.BgClassName
{
background-color: #DEC3AF;
}
</style>
border-color css
<style>
span { border-color: #DEC3AF; }
span { border-color: rgb(222,195,175); }
td.TdClassName
{
border-color: #DEC3AF;
}
.TagClassName
{
border-color: #DEC3AF;
}
</style>