Shades of Clam Shell #D3B3A4
Tints of Clam Shell #D3B3A4
RGB
CMYK
RGB Variations
Color information
#D3B3A4 (or 0xD3B3A4) is known color: Clam Shell. HEX triplet: D3, B3 and A4. RGB value is (211,179,164). Sum of RGB (Red+Green+Blue) = 211+179+164=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B3A4 is #2C4C5B. Grayscale: #BABABA. Windows color (decimal): -2903132 or 10793939. OLE color: 10793939.
HSL color Cylindrical-coordinate representation of color #D3B3A4: hue angle of 19.15º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3B3A4 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 164 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.17 |
| HSL | 19.15º | 0.35% | 0.74% | - |
| HSV(B) | 19.15º | 0.22% | 0.83% | - |
| XYZ | 49.68 | 48.77 | 41.92 | - |
| YUV | 186.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 164 | 0 | 0.15 | 0.22 | 0.17 | 19.15 | 0.35 | 0.74 |
| Hex | D3 | B3 | A4 | 0 | F | 16 | 11 | 13 | 23 | 4A |
| Octal | 323 | 263 | 244 | 0 | 17 | 26 | 21 | 23 | 43 | 112 |
| Binary | 11010011 | 10110011 | 10100100 | 0 | 1111 | 10110 | 10001 | 10011 | 100011 | 1001010 |
Color Harmonies of #D3B3A4
Complementary color
Monochromatic Colors of #D3B3A4
Black with #D3B3A4
Text Example
Text Example
White with #D3B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3A4; }
p { color: rgb(211,179,164); }
H1.HeaderClassName
{
color: #D3B3A4;
}
.AnyTagClassName
{
color: #D3B3A4;
}
</style>
background-color css
<style>
a { background-color: #D3B3A4; }
a { background-color: rgb(211,179,164); }
div.DivClassName
{
background-color: #D3B3A4;
}
.BgClassName
{
background-color: #D3B3A4;
}
</style>
border-color css
<style>
span { border-color: #D3B3A4; }
span { border-color: rgb(211,179,164); }
td.TdClassName
{
border-color: #D3B3A4;
}
.TagClassName
{
border-color: #D3B3A4;
}
</style>