Shades of Just Right #D8BEAE
Tints of Just Right #D8BEAE
RGB
CMYK
RGB Variations
Color information
#D8BEAE (or 0xD8BEAE) is known color: Just Right. HEX triplet: D8, BE and AE. RGB value is (216,190,174). Sum of RGB (Red+Green+Blue) = 216+190+174=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEAE is #274151. Grayscale: #C4C4C4. Windows color (decimal): -2572626 or 11452120. OLE color: 11452120.
HSL color Cylindrical-coordinate representation of color #D8BEAE: hue angle of 22.86º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BEAE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 174 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.15 |
| HSL | 22.86º | 0.35% | 0.76% | - |
| HSV(B) | 22.86º | 0.19% | 0.85% | - |
| XYZ | 54.37 | 54.48 | 47.69 | - |
| YUV | 195.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 174 | 0 | 0.12 | 0.19 | 0.15 | 22.86 | 0.35 | 0.76 |
| Hex | D8 | BE | AE | 0 | C | 13 | F | 17 | 23 | 4C |
| Octal | 330 | 276 | 256 | 0 | 14 | 23 | 17 | 27 | 43 | 114 |
| Binary | 11011000 | 10111110 | 10101110 | 0 | 1100 | 10011 | 1111 | 10111 | 100011 | 1001100 |
Color Harmonies of #D8BEAE
Complementary color
Monochromatic Colors of #D8BEAE
Black with #D8BEAE
Text Example
Text Example
White with #D8BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEAE; }
p { color: rgb(216,190,174); }
H1.HeaderClassName
{
color: #D8BEAE;
}
.AnyTagClassName
{
color: #D8BEAE;
}
</style>
background-color css
<style>
a { background-color: #D8BEAE; }
a { background-color: rgb(216,190,174); }
div.DivClassName
{
background-color: #D8BEAE;
}
.BgClassName
{
background-color: #D8BEAE;
}
</style>
border-color css
<style>
span { border-color: #D8BEAE; }
span { border-color: rgb(216,190,174); }
td.TdClassName
{
border-color: #D8BEAE;
}
.TagClassName
{
border-color: #D8BEAE;
}
</style>