Shades of Clam Shell #DAAFA2
Tints of Clam Shell #DAAFA2
RGB
CMYK
RGB Variations
Color information
#DAAFA2 (or 0xDAAFA2) is known color: Clam Shell. HEX triplet: DA, AF and A2. RGB value is (218,175,162). Sum of RGB (Red+Green+Blue) = 218+175+162=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA2 is #25505D. Grayscale: #BABABA. Windows color (decimal): -2445406 or 10661850. OLE color: 10661850.
HSL color Cylindrical-coordinate representation of color #DAAFA2: hue angle of 13.93º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAFA2 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 162 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.15 |
| HSL | 13.93º | 0.43% | 0.75% | - |
| HSV(B) | 13.93º | 0.26% | 0.85% | - |
| XYZ | 50.77 | 48.17 | 40.81 | - |
| YUV | 186.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 162 | 0 | 0.20 | 0.26 | 0.15 | 13.93 | 0.43 | 0.75 |
| Hex | DA | AF | A2 | 0 | 14 | 1A | F | E | 2B | 4B |
| Octal | 332 | 257 | 242 | 0 | 24 | 32 | 17 | 16 | 53 | 113 |
| Binary | 11011010 | 10101111 | 10100010 | 0 | 10100 | 11010 | 1111 | 1110 | 101011 | 1001011 |
Color Harmonies of #DAAFA2
Complementary color
Monochromatic Colors of #DAAFA2
Black with #DAAFA2
Text Example
Text Example
White with #DAAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFA2; }
p { color: rgb(218,175,162); }
H1.HeaderClassName
{
color: #DAAFA2;
}
.AnyTagClassName
{
color: #DAAFA2;
}
</style>
background-color css
<style>
a { background-color: #DAAFA2; }
a { background-color: rgb(218,175,162); }
div.DivClassName
{
background-color: #DAAFA2;
}
.BgClassName
{
background-color: #DAAFA2;
}
</style>
border-color css
<style>
span { border-color: #DAAFA2; }
span { border-color: rgb(218,175,162); }
td.TdClassName
{
border-color: #DAAFA2;
}
.TagClassName
{
border-color: #DAAFA2;
}
</style>