Shades of Just Right #D5BEAF
Tints of Just Right #D5BEAF
RGB
CMYK
RGB Variations
Color information
#D5BEAF (or 0xD5BEAF) is known color: Just Right. HEX triplet: D5, BE and AF. RGB value is (213,190,175). Sum of RGB (Red+Green+Blue) = 213+190+175=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEAF is #2A4150. Grayscale: #C3C3C3. Windows color (decimal): -2769233 or 11517653. OLE color: 11517653.
HSL color Cylindrical-coordinate representation of color #D5BEAF: hue angle of 23.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BEAF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 175 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.16 |
| HSL | 23.68º | 0.31% | 0.76% | - |
| HSV(B) | 23.68º | 0.18% | 0.84% | - |
| XYZ | 53.59 | 54.07 | 48.17 | - |
| YUV | 195.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 175 | 0 | 0.11 | 0.18 | 0.16 | 23.68 | 0.31 | 0.76 |
| Hex | D5 | BE | AF | 0 | B | 12 | 10 | 18 | 1F | 4C |
| Octal | 325 | 276 | 257 | 0 | 13 | 22 | 20 | 30 | 37 | 114 |
| Binary | 11010101 | 10111110 | 10101111 | 0 | 1011 | 10010 | 10000 | 11000 | 11111 | 1001100 |
Color Harmonies of #D5BEAF
Complementary color
Monochromatic Colors of #D5BEAF
Black with #D5BEAF
Text Example
Text Example
White with #D5BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEAF; }
p { color: rgb(213,190,175); }
H1.HeaderClassName
{
color: #D5BEAF;
}
.AnyTagClassName
{
color: #D5BEAF;
}
</style>
background-color css
<style>
a { background-color: #D5BEAF; }
a { background-color: rgb(213,190,175); }
div.DivClassName
{
background-color: #D5BEAF;
}
.BgClassName
{
background-color: #D5BEAF;
}
</style>
border-color css
<style>
span { border-color: #D5BEAF; }
span { border-color: rgb(213,190,175); }
td.TdClassName
{
border-color: #D5BEAF;
}
.TagClassName
{
border-color: #D5BEAF;
}
</style>