Shades of Just Right #DEBFAC
Tints of Just Right #DEBFAC
RGB
CMYK
RGB Variations
Color information
#DEBFAC (or 0xDEBFAC) is known color: Just Right. HEX triplet: DE, BF and AC. RGB value is (222,191,172). Sum of RGB (Red+Green+Blue) = 222+191+172=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFAC is #214053. Grayscale: #C6C6C6. Windows color (decimal): -2179156 or 11321310. OLE color: 11321310.
HSL color Cylindrical-coordinate representation of color #DEBFAC: hue angle of 22.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBFAC is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 172 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 22.8º | 0.43% | 0.77% | - |
| HSV(B) | 22.8º | 0.23% | 0.87% | - |
| XYZ | 56.2 | 55.77 | 46.83 | - |
| YUV | 198.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 172 | 0 | 0.14 | 0.23 | 0.13 | 22.8 | 0.43 | 0.77 |
| Hex | DE | BF | AC | 0 | E | 17 | D | 17 | 2B | 4D |
| Octal | 336 | 277 | 254 | 0 | 16 | 27 | 15 | 27 | 53 | 115 |
| Binary | 11011110 | 10111111 | 10101100 | 0 | 1110 | 10111 | 1101 | 10111 | 101011 | 1001101 |
Color Harmonies of #DEBFAC
Complementary color
Monochromatic Colors of #DEBFAC
Black with #DEBFAC
Text Example
Text Example
White with #DEBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFAC; }
p { color: rgb(222,191,172); }
H1.HeaderClassName
{
color: #DEBFAC;
}
.AnyTagClassName
{
color: #DEBFAC;
}
</style>
background-color css
<style>
a { background-color: #DEBFAC; }
a { background-color: rgb(222,191,172); }
div.DivClassName
{
background-color: #DEBFAC;
}
.BgClassName
{
background-color: #DEBFAC;
}
</style>
border-color css
<style>
span { border-color: #DEBFAC; }
span { border-color: rgb(222,191,172); }
td.TdClassName
{
border-color: #DEBFAC;
}
.TagClassName
{
border-color: #DEBFAC;
}
</style>