Shades of Clam Shell #DBAFA1
Tints of Clam Shell #DBAFA1
RGB
CMYK
RGB Variations
Color information
#DBAFA1 (or 0xDBAFA1) is known color: Clam Shell. HEX triplet: DB, AF and A1. RGB value is (219,175,161). Sum of RGB (Red+Green+Blue) = 219+175+161=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA1 is #24505E. Grayscale: #BABABA. Windows color (decimal): -2379871 or 10596315. OLE color: 10596315.
HSL color Cylindrical-coordinate representation of color #DBAFA1: hue angle of 14.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFA1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 161 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.14 |
| HSL | 14.48º | 0.45% | 0.75% | - |
| HSV(B) | 14.48º | 0.26% | 0.86% | - |
| XYZ | 50.98 | 48.29 | 40.35 | - |
| YUV | 186.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 161 | 0 | 0.20 | 0.26 | 0.14 | 14.48 | 0.45 | 0.75 |
| Hex | DB | AF | A1 | 0 | 14 | 1A | E | E | 2D | 4B |
| Octal | 333 | 257 | 241 | 0 | 24 | 32 | 16 | 16 | 55 | 113 |
| Binary | 11011011 | 10101111 | 10100001 | 0 | 10100 | 11010 | 1110 | 1110 | 101101 | 1001011 |
Color Harmonies of #DBAFA1
Complementary color
Monochromatic Colors of #DBAFA1
Black with #DBAFA1
Text Example
Text Example
White with #DBAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFA1; }
p { color: rgb(219,175,161); }
H1.HeaderClassName
{
color: #DBAFA1;
}
.AnyTagClassName
{
color: #DBAFA1;
}
</style>
background-color css
<style>
a { background-color: #DBAFA1; }
a { background-color: rgb(219,175,161); }
div.DivClassName
{
background-color: #DBAFA1;
}
.BgClassName
{
background-color: #DBAFA1;
}
</style>
border-color css
<style>
span { border-color: #DBAFA1; }
span { border-color: rgb(219,175,161); }
td.TdClassName
{
border-color: #DBAFA1;
}
.TagClassName
{
border-color: #DBAFA1;
}
</style>