Shades of Just Right #D8C5B9
Tints of Just Right #D8C5B9
RGB
CMYK
RGB Variations
Color information
#D8C5B9 (or 0xD8C5B9) is known color: Just Right. HEX triplet: D8, C5 and B9. RGB value is (216,197,185). Sum of RGB (Red+Green+Blue) = 216+197+185=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5B9 is #273A46. Grayscale: #C9C9C9. Windows color (decimal): -2570823 or 12174808. OLE color: 12174808.
HSL color Cylindrical-coordinate representation of color #D8C5B9: hue angle of 23.23º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C5B9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 185 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.15 |
| HSL | 23.23º | 0.28% | 0.79% | - |
| HSV(B) | 23.23º | 0.14% | 0.85% | - |
| XYZ | 57.04 | 58.03 | 54.09 | - |
| YUV | 201.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 185 | 0 | 0.09 | 0.14 | 0.15 | 23.23 | 0.28 | 0.79 |
| Hex | D8 | C5 | B9 | 0 | 9 | E | F | 17 | 1C | 4F |
| Octal | 330 | 305 | 271 | 0 | 11 | 16 | 17 | 27 | 34 | 117 |
| Binary | 11011000 | 11000101 | 10111001 | 0 | 1001 | 1110 | 1111 | 10111 | 11100 | 1001111 |
Color Harmonies of #D8C5B9
Complementary color
Monochromatic Colors of #D8C5B9
Black with #D8C5B9
Text Example
Text Example
White with #D8C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5B9; }
p { color: rgb(216,197,185); }
H1.HeaderClassName
{
color: #D8C5B9;
}
.AnyTagClassName
{
color: #D8C5B9;
}
</style>
background-color css
<style>
a { background-color: #D8C5B9; }
a { background-color: rgb(216,197,185); }
div.DivClassName
{
background-color: #D8C5B9;
}
.BgClassName
{
background-color: #D8C5B9;
}
</style>
border-color css
<style>
span { border-color: #D8C5B9; }
span { border-color: rgb(216,197,185); }
td.TdClassName
{
border-color: #D8C5B9;
}
.TagClassName
{
border-color: #D8C5B9;
}
</style>