Shades of Clam Shell #DAB2A6
Tints of Clam Shell #DAB2A6
RGB
CMYK
RGB Variations
Color information
#DAB2A6 (or 0xDAB2A6) is known color: Clam Shell. HEX triplet: DA, B2 and A6. RGB value is (218,178,166). Sum of RGB (Red+Green+Blue) = 218+178+166=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2A6 is #254D59. Grayscale: #BCBCBC. Windows color (decimal): -2444634 or 10924762. OLE color: 10924762.
HSL color Cylindrical-coordinate representation of color #DAB2A6: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB2A6 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 166 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.15 |
| HSL | 13.85º | 0.41% | 0.75% | - |
| HSV(B) | 13.85º | 0.24% | 0.85% | - |
| XYZ | 51.72 | 49.5 | 42.9 | - |
| YUV | 188.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 166 | 0 | 0.18 | 0.24 | 0.15 | 13.85 | 0.41 | 0.75 |
| Hex | DA | B2 | A6 | 0 | 12 | 18 | F | E | 29 | 4B |
| Octal | 332 | 262 | 246 | 0 | 22 | 30 | 17 | 16 | 51 | 113 |
| Binary | 11011010 | 10110010 | 10100110 | 0 | 10010 | 11000 | 1111 | 1110 | 101001 | 1001011 |
Color Harmonies of #DAB2A6
Complementary color
Monochromatic Colors of #DAB2A6
Black with #DAB2A6
Text Example
Text Example
White with #DAB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2A6; }
p { color: rgb(218,178,166); }
H1.HeaderClassName
{
color: #DAB2A6;
}
.AnyTagClassName
{
color: #DAB2A6;
}
</style>
background-color css
<style>
a { background-color: #DAB2A6; }
a { background-color: rgb(218,178,166); }
div.DivClassName
{
background-color: #DAB2A6;
}
.BgClassName
{
background-color: #DAB2A6;
}
</style>
border-color css
<style>
span { border-color: #DAB2A6; }
span { border-color: rgb(218,178,166); }
td.TdClassName
{
border-color: #DAB2A6;
}
.TagClassName
{
border-color: #DAB2A6;
}
</style>