Shades of Just Right #DEBDAF
Tints of Just Right #DEBDAF
RGB
CMYK
RGB Variations
Color information
#DEBDAF (or 0xDEBDAF) is known color: Just Right. HEX triplet: DE, BD and AF. RGB value is (222,189,175). Sum of RGB (Red+Green+Blue) = 222+189+175=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAF is #214250. Grayscale: #C5C5C5. Windows color (decimal): -2179665 or 11517406. OLE color: 11517406.
HSL color Cylindrical-coordinate representation of color #DEBDAF: hue angle of 17.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBDAF is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 175 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.13 |
| HSL | 17.87º | 0.42% | 0.78% | - |
| HSV(B) | 17.87º | 0.21% | 0.87% | - |
| XYZ | 56.06 | 55.02 | 48.22 | - |
| YUV | 197.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 175 | 0 | 0.15 | 0.21 | 0.13 | 17.87 | 0.42 | 0.78 |
| Hex | DE | BD | AF | 0 | F | 15 | D | 12 | 2A | 4E |
| Octal | 336 | 275 | 257 | 0 | 17 | 25 | 15 | 22 | 52 | 116 |
| Binary | 11011110 | 10111101 | 10101111 | 0 | 1111 | 10101 | 1101 | 10010 | 101010 | 1001110 |
Color Harmonies of #DEBDAF
Complementary color
Monochromatic Colors of #DEBDAF
Black with #DEBDAF
Text Example
Text Example
White with #DEBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDAF; }
p { color: rgb(222,189,175); }
H1.HeaderClassName
{
color: #DEBDAF;
}
.AnyTagClassName
{
color: #DEBDAF;
}
</style>
background-color css
<style>
a { background-color: #DEBDAF; }
a { background-color: rgb(222,189,175); }
div.DivClassName
{
background-color: #DEBDAF;
}
.BgClassName
{
background-color: #DEBDAF;
}
</style>
border-color css
<style>
span { border-color: #DEBDAF; }
span { border-color: rgb(222,189,175); }
td.TdClassName
{
border-color: #DEBDAF;
}
.TagClassName
{
border-color: #DEBDAF;
}
</style>