Shades of Just Right #DEBFA8
Tints of Just Right #DEBFA8
RGB
CMYK
RGB Variations
Color information
#DEBFA8 (or 0xDEBFA8) is known color: Just Right. HEX triplet: DE, BF and A8. RGB value is (222,191,168). Sum of RGB (Red+Green+Blue) = 222+191+168=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA8 is #214057. Grayscale: #C5C5C5. Windows color (decimal): -2179160 or 11059166. OLE color: 11059166.
HSL color Cylindrical-coordinate representation of color #DEBFA8: hue angle of 25.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBFA8 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 168 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.13 |
| HSL | 25.56º | 0.45% | 0.76% | - |
| HSV(B) | 25.56º | 0.24% | 0.87% | - |
| XYZ | 55.82 | 55.62 | 44.84 | - |
| YUV | 197.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 168 | 0 | 0.14 | 0.24 | 0.13 | 25.56 | 0.45 | 0.76 |
| Hex | DE | BF | A8 | 0 | E | 18 | D | 1A | 2D | 4C |
| Octal | 336 | 277 | 250 | 0 | 16 | 30 | 15 | 32 | 55 | 114 |
| Binary | 11011110 | 10111111 | 10101000 | 0 | 1110 | 11000 | 1101 | 11010 | 101101 | 1001100 |
Color Harmonies of #DEBFA8
Complementary color
Monochromatic Colors of #DEBFA8
Black with #DEBFA8
Text Example
Text Example
White with #DEBFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFA8; }
p { color: rgb(222,191,168); }
H1.HeaderClassName
{
color: #DEBFA8;
}
.AnyTagClassName
{
color: #DEBFA8;
}
</style>
background-color css
<style>
a { background-color: #DEBFA8; }
a { background-color: rgb(222,191,168); }
div.DivClassName
{
background-color: #DEBFA8;
}
.BgClassName
{
background-color: #DEBFA8;
}
</style>
border-color css
<style>
span { border-color: #DEBFA8; }
span { border-color: rgb(222,191,168); }
td.TdClassName
{
border-color: #DEBFA8;
}
.TagClassName
{
border-color: #DEBFA8;
}
</style>