Shades of Just Right #D8BEB0
Tints of Just Right #D8BEB0
RGB
CMYK
RGB Variations
Color information
#D8BEB0 (or 0xD8BEB0) is known color: Just Right. HEX triplet: D8, BE and B0. RGB value is (216,190,176). Sum of RGB (Red+Green+Blue) = 216+190+176=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEB0 is #27414F. Grayscale: #C4C4C4. Windows color (decimal): -2572624 or 11583192. OLE color: 11583192.
HSL color Cylindrical-coordinate representation of color #D8BEB0: hue angle of 21º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BEB0 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 176 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.15 |
| HSL | 21º | 0.34% | 0.77% | - |
| HSV(B) | 21º | 0.19% | 0.85% | - |
| XYZ | 54.57 | 54.56 | 48.73 | - |
| YUV | 196.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 176 | 0 | 0.12 | 0.19 | 0.15 | 21 | 0.34 | 0.77 |
| Hex | D8 | BE | B0 | 0 | C | 13 | F | 15 | 22 | 4D |
| Octal | 330 | 276 | 260 | 0 | 14 | 23 | 17 | 25 | 42 | 115 |
| Binary | 11011000 | 10111110 | 10110000 | 0 | 1100 | 10011 | 1111 | 10101 | 100010 | 1001101 |
Color Harmonies of #D8BEB0
Complementary color
Monochromatic Colors of #D8BEB0
Black with #D8BEB0
Text Example
Text Example
White with #D8BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEB0; }
p { color: rgb(216,190,176); }
H1.HeaderClassName
{
color: #D8BEB0;
}
.AnyTagClassName
{
color: #D8BEB0;
}
</style>
background-color css
<style>
a { background-color: #D8BEB0; }
a { background-color: rgb(216,190,176); }
div.DivClassName
{
background-color: #D8BEB0;
}
.BgClassName
{
background-color: #D8BEB0;
}
</style>
border-color css
<style>
span { border-color: #D8BEB0; }
span { border-color: rgb(216,190,176); }
td.TdClassName
{
border-color: #D8BEB0;
}
.TagClassName
{
border-color: #D8BEB0;
}
</style>