Shades of Clam Shell #DBB2A5
Tints of Clam Shell #DBB2A5
RGB
CMYK
RGB Variations
Color information
#DBB2A5 (or 0xDBB2A5) is known color: Clam Shell. HEX triplet: DB, B2 and A5. RGB value is (219,178,165). Sum of RGB (Red+Green+Blue) = 219+178+165=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2A5 is #244D5A. Grayscale: #BCBCBC. Windows color (decimal): -2379099 or 10859227. OLE color: 10859227.
HSL color Cylindrical-coordinate representation of color #DBB2A5: hue angle of 14.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB2A5 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 165 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.14 |
| HSL | 14.44º | 0.43% | 0.75% | - |
| HSV(B) | 14.44º | 0.25% | 0.86% | - |
| XYZ | 51.93 | 49.62 | 42.44 | - |
| YUV | 188.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 165 | 0 | 0.19 | 0.25 | 0.14 | 14.44 | 0.43 | 0.75 |
| Hex | DB | B2 | A5 | 0 | 13 | 19 | E | E | 2B | 4B |
| Octal | 333 | 262 | 245 | 0 | 23 | 31 | 16 | 16 | 53 | 113 |
| Binary | 11011011 | 10110010 | 10100101 | 0 | 10011 | 11001 | 1110 | 1110 | 101011 | 1001011 |
Color Harmonies of #DBB2A5
Complementary color
Monochromatic Colors of #DBB2A5
Black with #DBB2A5
Text Example
Text Example
White with #DBB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2A5; }
p { color: rgb(219,178,165); }
H1.HeaderClassName
{
color: #DBB2A5;
}
.AnyTagClassName
{
color: #DBB2A5;
}
</style>
background-color css
<style>
a { background-color: #DBB2A5; }
a { background-color: rgb(219,178,165); }
div.DivClassName
{
background-color: #DBB2A5;
}
.BgClassName
{
background-color: #DBB2A5;
}
</style>
border-color css
<style>
span { border-color: #DBB2A5; }
span { border-color: rgb(219,178,165); }
td.TdClassName
{
border-color: #DBB2A5;
}
.TagClassName
{
border-color: #DBB2A5;
}
</style>