Shades of Just Right #DEBDA7
Tints of Just Right #DEBDA7
RGB
CMYK
RGB Variations
Color information
#DEBDA7 (or 0xDEBDA7) is known color: Just Right. HEX triplet: DE, BD and A7. RGB value is (222,189,167). Sum of RGB (Red+Green+Blue) = 222+189+167=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDA7 is #214258. Grayscale: #C4C4C4. Windows color (decimal): -2179673 or 10993118. OLE color: 10993118.
HSL color Cylindrical-coordinate representation of color #DEBDA7: hue angle of 24º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBDA7 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 167 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.13 |
| HSL | 24º | 0.45% | 0.76% | - |
| HSV(B) | 24º | 0.25% | 0.87% | - |
| XYZ | 55.3 | 54.71 | 44.21 | - |
| YUV | 196.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 167 | 0 | 0.15 | 0.25 | 0.13 | 24 | 0.45 | 0.76 |
| Hex | DE | BD | A7 | 0 | F | 19 | D | 18 | 2D | 4C |
| Octal | 336 | 275 | 247 | 0 | 17 | 31 | 15 | 30 | 55 | 114 |
| Binary | 11011110 | 10111101 | 10100111 | 0 | 1111 | 11001 | 1101 | 11000 | 101101 | 1001100 |
Color Harmonies of #DEBDA7
Complementary color
Monochromatic Colors of #DEBDA7
Black with #DEBDA7
Text Example
Text Example
White with #DEBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDA7; }
p { color: rgb(222,189,167); }
H1.HeaderClassName
{
color: #DEBDA7;
}
.AnyTagClassName
{
color: #DEBDA7;
}
</style>
background-color css
<style>
a { background-color: #DEBDA7; }
a { background-color: rgb(222,189,167); }
div.DivClassName
{
background-color: #DEBDA7;
}
.BgClassName
{
background-color: #DEBDA7;
}
</style>
border-color css
<style>
span { border-color: #DEBDA7; }
span { border-color: rgb(222,189,167); }
td.TdClassName
{
border-color: #DEBDA7;
}
.TagClassName
{
border-color: #DEBDA7;
}
</style>