Shades of Just Right #D9C3B5
Tints of Just Right #D9C3B5
RGB
CMYK
RGB Variations
Color information
#D9C3B5 (or 0xD9C3B5) is known color: Just Right. HEX triplet: D9, C3 and B5. RGB value is (217,195,181). Sum of RGB (Red+Green+Blue) = 217+195+181=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3B5 is #263C4A. Grayscale: #C8C8C8. Windows color (decimal): -2505803 or 11912153. OLE color: 11912153.
HSL color Cylindrical-coordinate representation of color #D9C3B5: hue angle of 23.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C3B5 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 181 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.15 |
| HSL | 23.33º | 0.32% | 0.78% | - |
| HSV(B) | 23.33º | 0.17% | 0.85% | - |
| XYZ | 56.47 | 57.12 | 51.76 | - |
| YUV | 199.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 181 | 0 | 0.10 | 0.17 | 0.15 | 23.33 | 0.32 | 0.78 |
| Hex | D9 | C3 | B5 | 0 | A | 11 | F | 17 | 20 | 4E |
| Octal | 331 | 303 | 265 | 0 | 12 | 21 | 17 | 27 | 40 | 116 |
| Binary | 11011001 | 11000011 | 10110101 | 0 | 1010 | 10001 | 1111 | 10111 | 100000 | 1001110 |
Color Harmonies of #D9C3B5
Complementary color
Monochromatic Colors of #D9C3B5
Black with #D9C3B5
Text Example
Text Example
White with #D9C3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3B5; }
p { color: rgb(217,195,181); }
H1.HeaderClassName
{
color: #D9C3B5;
}
.AnyTagClassName
{
color: #D9C3B5;
}
</style>
background-color css
<style>
a { background-color: #D9C3B5; }
a { background-color: rgb(217,195,181); }
div.DivClassName
{
background-color: #D9C3B5;
}
.BgClassName
{
background-color: #D9C3B5;
}
</style>
border-color css
<style>
span { border-color: #D9C3B5; }
span { border-color: rgb(217,195,181); }
td.TdClassName
{
border-color: #D9C3B5;
}
.TagClassName
{
border-color: #D9C3B5;
}
</style>