Shades of Just Right #DEBEAC
Tints of Just Right #DEBEAC
RGB
CMYK
RGB Variations
Color information
#DEBEAC (or 0xDEBEAC) is known color: Just Right. HEX triplet: DE, BE and AC. RGB value is (222,190,172). Sum of RGB (Red+Green+Blue) = 222+190+172=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEAC is #214153. Grayscale: #C5C5C5. Windows color (decimal): -2179412 or 11321054. OLE color: 11321054.
HSL color Cylindrical-coordinate representation of color #DEBEAC: hue angle of 21.6º 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 #DEBEAC is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 172 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 21.6º | 0.43% | 0.77% | - |
| HSV(B) | 21.6º | 0.23% | 0.87% | - |
| XYZ | 55.98 | 55.34 | 46.76 | - |
| YUV | 197.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 172 | 0 | 0.14 | 0.23 | 0.13 | 21.6 | 0.43 | 0.77 |
| Hex | DE | BE | AC | 0 | E | 17 | D | 16 | 2B | 4D |
| Octal | 336 | 276 | 254 | 0 | 16 | 27 | 15 | 26 | 53 | 115 |
| Binary | 11011110 | 10111110 | 10101100 | 0 | 1110 | 10111 | 1101 | 10110 | 101011 | 1001101 |
Color Harmonies of #DEBEAC
Complementary color
Monochromatic Colors of #DEBEAC
Black with #DEBEAC
Text Example
Text Example
White with #DEBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEAC; }
p { color: rgb(222,190,172); }
H1.HeaderClassName
{
color: #DEBEAC;
}
.AnyTagClassName
{
color: #DEBEAC;
}
</style>
background-color css
<style>
a { background-color: #DEBEAC; }
a { background-color: rgb(222,190,172); }
div.DivClassName
{
background-color: #DEBEAC;
}
.BgClassName
{
background-color: #DEBEAC;
}
</style>
border-color css
<style>
span { border-color: #DEBEAC; }
span { border-color: rgb(222,190,172); }
td.TdClassName
{
border-color: #DEBEAC;
}
.TagClassName
{
border-color: #DEBEAC;
}
</style>