Shades of Just Right #D8BEAF
Tints of Just Right #D8BEAF
RGB
CMYK
RGB Variations
Color information
#D8BEAF (or 0xD8BEAF) is known color: Just Right. HEX triplet: D8, BE and AF. RGB value is (216,190,175). Sum of RGB (Red+Green+Blue) = 216+190+175=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEAF is #274150. Grayscale: #C4C4C4. Windows color (decimal): -2572625 or 11517656. OLE color: 11517656.
HSL color Cylindrical-coordinate representation of color #D8BEAF: hue angle of 21.95º 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 #D8BEAF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 175 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.15 |
| HSL | 21.95º | 0.34% | 0.77% | - |
| HSV(B) | 21.95º | 0.19% | 0.85% | - |
| XYZ | 54.47 | 54.52 | 48.21 | - |
| YUV | 196.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 175 | 0 | 0.12 | 0.19 | 0.15 | 21.95 | 0.34 | 0.77 |
| Hex | D8 | BE | AF | 0 | C | 13 | F | 16 | 22 | 4D |
| Octal | 330 | 276 | 257 | 0 | 14 | 23 | 17 | 26 | 42 | 115 |
| Binary | 11011000 | 10111110 | 10101111 | 0 | 1100 | 10011 | 1111 | 10110 | 100010 | 1001101 |
Color Harmonies of #D8BEAF
Complementary color
Monochromatic Colors of #D8BEAF
Black with #D8BEAF
Text Example
Text Example
White with #D8BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEAF; }
p { color: rgb(216,190,175); }
H1.HeaderClassName
{
color: #D8BEAF;
}
.AnyTagClassName
{
color: #D8BEAF;
}
</style>
background-color css
<style>
a { background-color: #D8BEAF; }
a { background-color: rgb(216,190,175); }
div.DivClassName
{
background-color: #D8BEAF;
}
.BgClassName
{
background-color: #D8BEAF;
}
</style>
border-color css
<style>
span { border-color: #D8BEAF; }
span { border-color: rgb(216,190,175); }
td.TdClassName
{
border-color: #D8BEAF;
}
.TagClassName
{
border-color: #D8BEAF;
}
</style>