Shades of Just Right #D5BBA8
Tints of Just Right #D5BBA8
RGB
CMYK
RGB Variations
Color information
#D5BBA8 (or 0xD5BBA8) is known color: Just Right. HEX triplet: D5, BB and A8. RGB value is (213,187,168). Sum of RGB (Red+Green+Blue) = 213+187+168=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA8 is #2A4457. Grayscale: #C0C0C0. Windows color (decimal): -2770008 or 11058133. OLE color: 11058133.
HSL color Cylindrical-coordinate representation of color #D5BBA8: hue angle of 25.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BBA8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 168 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.16 |
| HSL | 25.33º | 0.35% | 0.75% | - |
| HSV(B) | 25.33º | 0.21% | 0.84% | - |
| XYZ | 52.28 | 52.51 | 44.43 | - |
| YUV | 192.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 168 | 0 | 0.12 | 0.21 | 0.16 | 25.33 | 0.35 | 0.75 |
| Hex | D5 | BB | A8 | 0 | C | 15 | 10 | 19 | 23 | 4B |
| Octal | 325 | 273 | 250 | 0 | 14 | 25 | 20 | 31 | 43 | 113 |
| Binary | 11010101 | 10111011 | 10101000 | 0 | 1100 | 10101 | 10000 | 11001 | 100011 | 1001011 |
Color Harmonies of #D5BBA8
Complementary color
Monochromatic Colors of #D5BBA8
Black with #D5BBA8
Text Example
Text Example
White with #D5BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA8; }
p { color: rgb(213,187,168); }
H1.HeaderClassName
{
color: #D5BBA8;
}
.AnyTagClassName
{
color: #D5BBA8;
}
</style>
background-color css
<style>
a { background-color: #D5BBA8; }
a { background-color: rgb(213,187,168); }
div.DivClassName
{
background-color: #D5BBA8;
}
.BgClassName
{
background-color: #D5BBA8;
}
</style>
border-color css
<style>
span { border-color: #D5BBA8; }
span { border-color: rgb(213,187,168); }
td.TdClassName
{
border-color: #D5BBA8;
}
.TagClassName
{
border-color: #D5BBA8;
}
</style>