Shades of Just Right #DEBEA5
Tints of Just Right #DEBEA5
RGB
CMYK
RGB Variations
Color information
#DEBEA5 (or 0xDEBEA5) is known color: Just Right. HEX triplet: DE, BE and A5. RGB value is (222,190,165). Sum of RGB (Red+Green+Blue) = 222+190+165=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEA5 is #21415A. Grayscale: #C4C4C4. Windows color (decimal): -2179419 or 10862302. OLE color: 10862302.
HSL color Cylindrical-coordinate representation of color #DEBEA5: hue angle of 26.32º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBEA5 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 165 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.13 |
| HSL | 26.32º | 0.46% | 0.76% | - |
| HSV(B) | 26.32º | 0.26% | 0.87% | - |
| XYZ | 55.33 | 55.07 | 43.31 | - |
| YUV | 196.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 165 | 0 | 0.14 | 0.26 | 0.13 | 26.32 | 0.46 | 0.76 |
| Hex | DE | BE | A5 | 0 | E | 1A | D | 1A | 2E | 4C |
| Octal | 336 | 276 | 245 | 0 | 16 | 32 | 15 | 32 | 56 | 114 |
| Binary | 11011110 | 10111110 | 10100101 | 0 | 1110 | 11010 | 1101 | 11010 | 101110 | 1001100 |
Color Harmonies of #DEBEA5
Complementary color
Monochromatic Colors of #DEBEA5
Black with #DEBEA5
Text Example
Text Example
White with #DEBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEA5; }
p { color: rgb(222,190,165); }
H1.HeaderClassName
{
color: #DEBEA5;
}
.AnyTagClassName
{
color: #DEBEA5;
}
</style>
background-color css
<style>
a { background-color: #DEBEA5; }
a { background-color: rgb(222,190,165); }
div.DivClassName
{
background-color: #DEBEA5;
}
.BgClassName
{
background-color: #DEBEA5;
}
</style>
border-color css
<style>
span { border-color: #DEBEA5; }
span { border-color: rgb(222,190,165); }
td.TdClassName
{
border-color: #DEBEA5;
}
.TagClassName
{
border-color: #DEBEA5;
}
</style>