Shades of Clam Shell #DAAFA5
Tints of Clam Shell #DAAFA5
RGB
CMYK
RGB Variations
Color information
#DAAFA5 (or 0xDAAFA5) is known color: Clam Shell. HEX triplet: DA, AF and A5. RGB value is (218,175,165). Sum of RGB (Red+Green+Blue) = 218+175+165=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA5 is #25505A. Grayscale: #BABABA. Windows color (decimal): -2445403 or 10858458. OLE color: 10858458.
HSL color Cylindrical-coordinate representation of color #DAAFA5: hue angle of 11.32º degrees, saturation: 0.42, 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 #DAAFA5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 165 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.15 |
| HSL | 11.32º | 0.42% | 0.75% | - |
| HSV(B) | 11.32º | 0.24% | 0.85% | - |
| XYZ | 51.03 | 48.28 | 42.23 | - |
| YUV | 186.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 165 | 0 | 0.20 | 0.24 | 0.15 | 11.32 | 0.42 | 0.75 |
| Hex | DA | AF | A5 | 0 | 14 | 18 | F | B | 2A | 4B |
| Octal | 332 | 257 | 245 | 0 | 24 | 30 | 17 | 13 | 52 | 113 |
| Binary | 11011010 | 10101111 | 10100101 | 0 | 10100 | 11000 | 1111 | 1011 | 101010 | 1001011 |
Color Harmonies of #DAAFA5
Complementary color
Monochromatic Colors of #DAAFA5
Black with #DAAFA5
Text Example
Text Example
White with #DAAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFA5; }
p { color: rgb(218,175,165); }
H1.HeaderClassName
{
color: #DAAFA5;
}
.AnyTagClassName
{
color: #DAAFA5;
}
</style>
background-color css
<style>
a { background-color: #DAAFA5; }
a { background-color: rgb(218,175,165); }
div.DivClassName
{
background-color: #DAAFA5;
}
.BgClassName
{
background-color: #DAAFA5;
}
</style>
border-color css
<style>
span { border-color: #DAAFA5; }
span { border-color: rgb(218,175,165); }
td.TdClassName
{
border-color: #DAAFA5;
}
.TagClassName
{
border-color: #DAAFA5;
}
</style>