Shades of Just Right #DEBBAC
Tints of Just Right #DEBBAC
RGB
CMYK
RGB Variations
Color information
#DEBBAC (or 0xDEBBAC) is known color: Just Right. HEX triplet: DE, BB and AC. RGB value is (222,187,172). Sum of RGB (Red+Green+Blue) = 222+187+172=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBAC is #214453. Grayscale: #C3C3C3. Windows color (decimal): -2180180 or 11320286. OLE color: 11320286.
HSL color Cylindrical-coordinate representation of color #DEBBAC: hue angle of 18º 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 #DEBBAC is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 172 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 18º | 0.43% | 0.77% | - |
| HSV(B) | 18º | 0.23% | 0.87% | - |
| XYZ | 55.34 | 54.05 | 46.55 | - |
| YUV | 195.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 172 | 0 | 0.16 | 0.23 | 0.13 | 18 | 0.43 | 0.77 |
| Hex | DE | BB | AC | 0 | 10 | 17 | D | 12 | 2B | 4D |
| Octal | 336 | 273 | 254 | 0 | 20 | 27 | 15 | 22 | 53 | 115 |
| Binary | 11011110 | 10111011 | 10101100 | 0 | 10000 | 10111 | 1101 | 10010 | 101011 | 1001101 |
Color Harmonies of #DEBBAC
Complementary color
Monochromatic Colors of #DEBBAC
Black with #DEBBAC
Text Example
Text Example
White with #DEBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBAC; }
p { color: rgb(222,187,172); }
H1.HeaderClassName
{
color: #DEBBAC;
}
.AnyTagClassName
{
color: #DEBBAC;
}
</style>
background-color css
<style>
a { background-color: #DEBBAC; }
a { background-color: rgb(222,187,172); }
div.DivClassName
{
background-color: #DEBBAC;
}
.BgClassName
{
background-color: #DEBBAC;
}
</style>
border-color css
<style>
span { border-color: #DEBBAC; }
span { border-color: rgb(222,187,172); }
td.TdClassName
{
border-color: #DEBBAC;
}
.TagClassName
{
border-color: #DEBBAC;
}
</style>