Shades of Just Right #DEBDAE
Tints of Just Right #DEBDAE
RGB
CMYK
RGB Variations
Color information
#DEBDAE (or 0xDEBDAE) is known color: Just Right. HEX triplet: DE, BD and AE. RGB value is (222,189,174). Sum of RGB (Red+Green+Blue) = 222+189+174=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAE is #214251. Grayscale: #C5C5C5. Windows color (decimal): -2179666 or 11451870. OLE color: 11451870.
HSL color Cylindrical-coordinate representation of color #DEBDAE: hue angle of 18.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBDAE is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 174 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.13 |
| HSL | 18.75º | 0.42% | 0.78% | - |
| HSV(B) | 18.75º | 0.22% | 0.87% | - |
| XYZ | 55.96 | 54.98 | 47.71 | - |
| YUV | 197.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 174 | 0 | 0.15 | 0.22 | 0.13 | 18.75 | 0.42 | 0.78 |
| Hex | DE | BD | AE | 0 | F | 16 | D | 13 | 2A | 4E |
| Octal | 336 | 275 | 256 | 0 | 17 | 26 | 15 | 23 | 52 | 116 |
| Binary | 11011110 | 10111101 | 10101110 | 0 | 1111 | 10110 | 1101 | 10011 | 101010 | 1001110 |
Color Harmonies of #DEBDAE
Complementary color
Monochromatic Colors of #DEBDAE
Black with #DEBDAE
Text Example
Text Example
White with #DEBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDAE; }
p { color: rgb(222,189,174); }
H1.HeaderClassName
{
color: #DEBDAE;
}
.AnyTagClassName
{
color: #DEBDAE;
}
</style>
background-color css
<style>
a { background-color: #DEBDAE; }
a { background-color: rgb(222,189,174); }
div.DivClassName
{
background-color: #DEBDAE;
}
.BgClassName
{
background-color: #DEBDAE;
}
</style>
border-color css
<style>
span { border-color: #DEBDAE; }
span { border-color: rgb(222,189,174); }
td.TdClassName
{
border-color: #DEBDAE;
}
.TagClassName
{
border-color: #DEBDAE;
}
</style>