Shades of Just Right #D8BCA8
Tints of Just Right #D8BCA8
RGB
CMYK
RGB Variations
Color information
#D8BCA8 (or 0xD8BCA8) is known color: Just Right. HEX triplet: D8, BC and A8. RGB value is (216,188,168). Sum of RGB (Red+Green+Blue) = 216+188+168=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BCA8 is #274357. Grayscale: #C2C2C2. Windows color (decimal): -2573144 or 11058392. OLE color: 11058392.
HSL color Cylindrical-coordinate representation of color #D8BCA8: hue angle of 25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BCA8 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 168 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.15 |
| HSL | 25º | 0.38% | 0.75% | - |
| HSV(B) | 25º | 0.22% | 0.85% | - |
| XYZ | 53.37 | 53.39 | 44.54 | - |
| YUV | 194.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 168 | 0 | 0.13 | 0.22 | 0.15 | 25 | 0.38 | 0.75 |
| Hex | D8 | BC | A8 | 0 | D | 16 | F | 19 | 26 | 4B |
| Octal | 330 | 274 | 250 | 0 | 15 | 26 | 17 | 31 | 46 | 113 |
| Binary | 11011000 | 10111100 | 10101000 | 0 | 1101 | 10110 | 1111 | 11001 | 100110 | 1001011 |
Color Harmonies of #D8BCA8
Complementary color
Monochromatic Colors of #D8BCA8
Black with #D8BCA8
Text Example
Text Example
White with #D8BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCA8; }
p { color: rgb(216,188,168); }
H1.HeaderClassName
{
color: #D8BCA8;
}
.AnyTagClassName
{
color: #D8BCA8;
}
</style>
background-color css
<style>
a { background-color: #D8BCA8; }
a { background-color: rgb(216,188,168); }
div.DivClassName
{
background-color: #D8BCA8;
}
.BgClassName
{
background-color: #D8BCA8;
}
</style>
border-color css
<style>
span { border-color: #D8BCA8; }
span { border-color: rgb(216,188,168); }
td.TdClassName
{
border-color: #D8BCA8;
}
.TagClassName
{
border-color: #D8BCA8;
}
</style>