Shades of Clam Shell #DAADA0
Tints of Clam Shell #DAADA0
RGB
CMYK
RGB Variations
Color information
#DAADA0 (or 0xDAADA0) is known color: Clam Shell. HEX triplet: DA, AD and A0. RGB value is (218,173,160). Sum of RGB (Red+Green+Blue) = 218+173+160=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADA0 is #25525F. Grayscale: #B9B9B9. Windows color (decimal): -2445920 or 10530266. OLE color: 10530266.
HSL color Cylindrical-coordinate representation of color #DAADA0: hue angle of 13.45º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAADA0 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 160 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.15 |
| HSL | 13.45º | 0.44% | 0.74% | - |
| HSV(B) | 13.45º | 0.27% | 0.85% | - |
| XYZ | 50.2 | 47.33 | 39.75 | - |
| YUV | 184.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 160 | 0 | 0.21 | 0.27 | 0.15 | 13.45 | 0.44 | 0.74 |
| Hex | DA | AD | A0 | 0 | 15 | 1B | F | D | 2C | 4A |
| Octal | 332 | 255 | 240 | 0 | 25 | 33 | 17 | 15 | 54 | 112 |
| Binary | 11011010 | 10101101 | 10100000 | 0 | 10101 | 11011 | 1111 | 1101 | 101100 | 1001010 |
Color Harmonies of #DAADA0
Complementary color
Monochromatic Colors of #DAADA0
Black with #DAADA0
Text Example
Text Example
White with #DAADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADA0; }
p { color: rgb(218,173,160); }
H1.HeaderClassName
{
color: #DAADA0;
}
.AnyTagClassName
{
color: #DAADA0;
}
</style>
background-color css
<style>
a { background-color: #DAADA0; }
a { background-color: rgb(218,173,160); }
div.DivClassName
{
background-color: #DAADA0;
}
.BgClassName
{
background-color: #DAADA0;
}
</style>
border-color css
<style>
span { border-color: #DAADA0; }
span { border-color: rgb(218,173,160); }
td.TdClassName
{
border-color: #DAADA0;
}
.TagClassName
{
border-color: #DAADA0;
}
</style>