Shades of Just Right #D8C1B3
Tints of Just Right #D8C1B3
RGB
CMYK
RGB Variations
Color information
#D8C1B3 (or 0xD8C1B3) is known color: Just Right. HEX triplet: D8, C1 and B3. RGB value is (216,193,179). Sum of RGB (Red+Green+Blue) = 216+193+179=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1B3 is #273E4C. Grayscale: #C6C6C6. Windows color (decimal): -2571853 or 11780568. OLE color: 11780568.
HSL color Cylindrical-coordinate representation of color #D8C1B3: hue angle of 22.7º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C1B3 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 179 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.15 |
| HSL | 22.7º | 0.32% | 0.77% | - |
| HSV(B) | 22.7º | 0.17% | 0.85% | - |
| XYZ | 55.53 | 55.99 | 50.53 | - |
| YUV | 198.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 179 | 0 | 0.11 | 0.17 | 0.15 | 22.7 | 0.32 | 0.77 |
| Hex | D8 | C1 | B3 | 0 | B | 11 | F | 17 | 20 | 4D |
| Octal | 330 | 301 | 263 | 0 | 13 | 21 | 17 | 27 | 40 | 115 |
| Binary | 11011000 | 11000001 | 10110011 | 0 | 1011 | 10001 | 1111 | 10111 | 100000 | 1001101 |
Color Harmonies of #D8C1B3
Complementary color
Monochromatic Colors of #D8C1B3
Black with #D8C1B3
Text Example
Text Example
White with #D8C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1B3; }
p { color: rgb(216,193,179); }
H1.HeaderClassName
{
color: #D8C1B3;
}
.AnyTagClassName
{
color: #D8C1B3;
}
</style>
background-color css
<style>
a { background-color: #D8C1B3; }
a { background-color: rgb(216,193,179); }
div.DivClassName
{
background-color: #D8C1B3;
}
.BgClassName
{
background-color: #D8C1B3;
}
</style>
border-color css
<style>
span { border-color: #D8C1B3; }
span { border-color: rgb(216,193,179); }
td.TdClassName
{
border-color: #D8C1B3;
}
.TagClassName
{
border-color: #D8C1B3;
}
</style>