Shades of Clam Shell #D1AEA6
Tints of Clam Shell #D1AEA6
RGB
CMYK
RGB Variations
Color information
#D1AEA6 (or 0xD1AEA6) is known color: Clam Shell. HEX triplet: D1, AE and A6. RGB value is (209,174,166). Sum of RGB (Red+Green+Blue) = 209+174+166=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEA6 is #2E5159. Grayscale: #B7B7B7. Windows color (decimal): -3035482 or 10923729. OLE color: 10923729.
HSL color Cylindrical-coordinate representation of color #D1AEA6: hue angle of 11.16º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1AEA6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 166 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.18 |
| HSL | 11.16º | 0.32% | 0.74% | - |
| HSV(B) | 11.16º | 0.21% | 0.82% | - |
| XYZ | 48.31 | 46.58 | 42.52 | - |
| YUV | 183.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 166 | 0 | 0.17 | 0.21 | 0.18 | 11.16 | 0.32 | 0.74 |
| Hex | D1 | AE | A6 | 0 | 11 | 15 | 12 | B | 20 | 4A |
| Octal | 321 | 256 | 246 | 0 | 21 | 25 | 22 | 13 | 40 | 112 |
| Binary | 11010001 | 10101110 | 10100110 | 0 | 10001 | 10101 | 10010 | 1011 | 100000 | 1001010 |
Color Harmonies of #D1AEA6
Complementary color
Monochromatic Colors of #D1AEA6
Black with #D1AEA6
Text Example
Text Example
White with #D1AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEA6; }
p { color: rgb(209,174,166); }
H1.HeaderClassName
{
color: #D1AEA6;
}
.AnyTagClassName
{
color: #D1AEA6;
}
</style>
background-color css
<style>
a { background-color: #D1AEA6; }
a { background-color: rgb(209,174,166); }
div.DivClassName
{
background-color: #D1AEA6;
}
.BgClassName
{
background-color: #D1AEA6;
}
</style>
border-color css
<style>
span { border-color: #D1AEA6; }
span { border-color: rgb(209,174,166); }
td.TdClassName
{
border-color: #D1AEA6;
}
.TagClassName
{
border-color: #D1AEA6;
}
</style>