Shades of Clam Shell #D3B0A4
Tints of Clam Shell #D3B0A4
RGB
CMYK
RGB Variations
Color information
#D3B0A4 (or 0xD3B0A4) is known color: Clam Shell. HEX triplet: D3, B0 and A4. RGB value is (211,176,164). Sum of RGB (Red+Green+Blue) = 211+176+164=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B0A4 is #2C4F5B. Grayscale: #B9B9B9. Windows color (decimal): -2903900 or 10793171. OLE color: 10793171.
HSL color Cylindrical-coordinate representation of color #D3B0A4: hue angle of 15.32º 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 #D3B0A4 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 164 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.17 |
| HSL | 15.32º | 0.35% | 0.74% | - |
| HSV(B) | 15.32º | 0.22% | 0.83% | - |
| XYZ | 49.09 | 47.58 | 41.72 | - |
| YUV | 185.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 164 | 0 | 0.17 | 0.22 | 0.17 | 15.32 | 0.35 | 0.74 |
| Hex | D3 | B0 | A4 | 0 | 11 | 16 | 11 | F | 23 | 4A |
| Octal | 323 | 260 | 244 | 0 | 21 | 26 | 21 | 17 | 43 | 112 |
| Binary | 11010011 | 10110000 | 10100100 | 0 | 10001 | 10110 | 10001 | 1111 | 100011 | 1001010 |
Color Harmonies of #D3B0A4
Complementary color
Monochromatic Colors of #D3B0A4
Black with #D3B0A4
Text Example
Text Example
White with #D3B0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B0A4; }
p { color: rgb(211,176,164); }
H1.HeaderClassName
{
color: #D3B0A4;
}
.AnyTagClassName
{
color: #D3B0A4;
}
</style>
background-color css
<style>
a { background-color: #D3B0A4; }
a { background-color: rgb(211,176,164); }
div.DivClassName
{
background-color: #D3B0A4;
}
.BgClassName
{
background-color: #D3B0A4;
}
</style>
border-color css
<style>
span { border-color: #D3B0A4; }
span { border-color: rgb(211,176,164); }
td.TdClassName
{
border-color: #D3B0A4;
}
.TagClassName
{
border-color: #D3B0A4;
}
</style>