Shades of Clam Shell #DAADA3
Tints of Clam Shell #DAADA3
RGB
CMYK
RGB Variations
Color information
#DAADA3 (or 0xDAADA3) is known color: Clam Shell. HEX triplet: DA, AD and A3. RGB value is (218,173,163). Sum of RGB (Red+Green+Blue) = 218+173+163=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADA3 is #25525C. Grayscale: #B9B9B9. Windows color (decimal): -2445917 or 10726874. OLE color: 10726874.
HSL color Cylindrical-coordinate representation of color #DAADA3: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAADA3 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 163 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.15 |
| HSL | 10.91º | 0.43% | 0.75% | - |
| HSV(B) | 10.91º | 0.25% | 0.85% | - |
| XYZ | 50.47 | 47.44 | 41.15 | - |
| YUV | 185.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 163 | 0 | 0.21 | 0.25 | 0.15 | 10.91 | 0.43 | 0.75 |
| Hex | DA | AD | A3 | 0 | 15 | 19 | F | B | 2B | 4B |
| Octal | 332 | 255 | 243 | 0 | 25 | 31 | 17 | 13 | 53 | 113 |
| Binary | 11011010 | 10101101 | 10100011 | 0 | 10101 | 11001 | 1111 | 1011 | 101011 | 1001011 |
Color Harmonies of #DAADA3
Complementary color
Monochromatic Colors of #DAADA3
Black with #DAADA3
Text Example
Text Example
White with #DAADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADA3; }
p { color: rgb(218,173,163); }
H1.HeaderClassName
{
color: #DAADA3;
}
.AnyTagClassName
{
color: #DAADA3;
}
</style>
background-color css
<style>
a { background-color: #DAADA3; }
a { background-color: rgb(218,173,163); }
div.DivClassName
{
background-color: #DAADA3;
}
.BgClassName
{
background-color: #DAADA3;
}
</style>
border-color css
<style>
span { border-color: #DAADA3; }
span { border-color: rgb(218,173,163); }
td.TdClassName
{
border-color: #DAADA3;
}
.TagClassName
{
border-color: #DAADA3;
}
</style>