Shades of Clam Shell #D2ADA4
Tints of Clam Shell #D2ADA4
RGB
CMYK
RGB Variations
Color information
#D2ADA4 (or 0xD2ADA4) is known color: Clam Shell. HEX triplet: D2, AD and A4. RGB value is (210,173,164). Sum of RGB (Red+Green+Blue) = 210+173+164=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ADA4 is #2D525B. Grayscale: #B7B7B7. Windows color (decimal): -2970204 or 10792402. OLE color: 10792402.
HSL color Cylindrical-coordinate representation of color #D2ADA4: hue angle of 11.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ADA4 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 164 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.18 |
| HSL | 11.74º | 0.34% | 0.73% | - |
| HSV(B) | 11.74º | 0.22% | 0.82% | - |
| XYZ | 48.22 | 46.27 | 41.51 | - |
| YUV | 183.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 164 | 0 | 0.18 | 0.22 | 0.18 | 11.74 | 0.34 | 0.73 |
| Hex | D2 | AD | A4 | 0 | 12 | 16 | 12 | C | 22 | 49 |
| Octal | 322 | 255 | 244 | 0 | 22 | 26 | 22 | 14 | 42 | 111 |
| Binary | 11010010 | 10101101 | 10100100 | 0 | 10010 | 10110 | 10010 | 1100 | 100010 | 1001001 |
Color Harmonies of #D2ADA4
Complementary color
Monochromatic Colors of #D2ADA4
Black with #D2ADA4
Text Example
Text Example
White with #D2ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADA4; }
p { color: rgb(210,173,164); }
H1.HeaderClassName
{
color: #D2ADA4;
}
.AnyTagClassName
{
color: #D2ADA4;
}
</style>
background-color css
<style>
a { background-color: #D2ADA4; }
a { background-color: rgb(210,173,164); }
div.DivClassName
{
background-color: #D2ADA4;
}
.BgClassName
{
background-color: #D2ADA4;
}
</style>
border-color css
<style>
span { border-color: #D2ADA4; }
span { border-color: rgb(210,173,164); }
td.TdClassName
{
border-color: #D2ADA4;
}
.TagClassName
{
border-color: #D2ADA4;
}
</style>