Shades of Just Right #DBBEAE
Tints of Just Right #DBBEAE
RGB
CMYK
RGB Variations
Color information
#DBBEAE (or 0xDBBEAE) is known color: Just Right. HEX triplet: DB, BE and AE. RGB value is (219,190,174). Sum of RGB (Red+Green+Blue) = 219+190+174=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAE is #244151. Grayscale: #C4C4C4. Windows color (decimal): -2376018 or 11452123. OLE color: 11452123.
HSL color Cylindrical-coordinate representation of color #DBBEAE: hue angle of 21.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBEAE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 174 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.14 |
| HSL | 21.33º | 0.38% | 0.77% | - |
| HSV(B) | 21.33º | 0.21% | 0.86% | - |
| XYZ | 55.27 | 54.94 | 47.74 | - |
| YUV | 196.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 174 | 0 | 0.13 | 0.21 | 0.14 | 21.33 | 0.38 | 0.77 |
| Hex | DB | BE | AE | 0 | D | 15 | E | 15 | 26 | 4D |
| Octal | 333 | 276 | 256 | 0 | 15 | 25 | 16 | 25 | 46 | 115 |
| Binary | 11011011 | 10111110 | 10101110 | 0 | 1101 | 10101 | 1110 | 10101 | 100110 | 1001101 |
Color Harmonies of #DBBEAE
Complementary color
Monochromatic Colors of #DBBEAE
Black with #DBBEAE
Text Example
Text Example
White with #DBBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEAE; }
p { color: rgb(219,190,174); }
H1.HeaderClassName
{
color: #DBBEAE;
}
.AnyTagClassName
{
color: #DBBEAE;
}
</style>
background-color css
<style>
a { background-color: #DBBEAE; }
a { background-color: rgb(219,190,174); }
div.DivClassName
{
background-color: #DBBEAE;
}
.BgClassName
{
background-color: #DBBEAE;
}
</style>
border-color css
<style>
span { border-color: #DBBEAE; }
span { border-color: rgb(219,190,174); }
td.TdClassName
{
border-color: #DBBEAE;
}
.TagClassName
{
border-color: #DBBEAE;
}
</style>