Shades of Clam Shell #DBB4AA
Tints of Clam Shell #DBB4AA
RGB
CMYK
RGB Variations
Color information
#DBB4AA (or 0xDBB4AA) is known color: Clam Shell. HEX triplet: DB, B4 and AA. RGB value is (219,180,170). Sum of RGB (Red+Green+Blue) = 219+180+170=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AA is #244B55. Grayscale: #BEBEBE. Windows color (decimal): -2378582 or 11187419. OLE color: 11187419.
HSL color Cylindrical-coordinate representation of color #DBB4AA: hue angle of 12.24º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB4AA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 170 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.14 |
| HSL | 12.24º | 0.4% | 0.76% | - |
| HSV(B) | 12.24º | 0.22% | 0.86% | - |
| XYZ | 52.79 | 50.6 | 45.02 | - |
| YUV | 190.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 170 | 0 | 0.18 | 0.22 | 0.14 | 12.24 | 0.4 | 0.76 |
| Hex | DB | B4 | AA | 0 | 12 | 16 | E | C | 28 | 4C |
| Octal | 333 | 264 | 252 | 0 | 22 | 26 | 16 | 14 | 50 | 114 |
| Binary | 11011011 | 10110100 | 10101010 | 0 | 10010 | 10110 | 1110 | 1100 | 101000 | 1001100 |
Color Harmonies of #DBB4AA
Complementary color
Monochromatic Colors of #DBB4AA
Black with #DBB4AA
Text Example
Text Example
White with #DBB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4AA; }
p { color: rgb(219,180,170); }
H1.HeaderClassName
{
color: #DBB4AA;
}
.AnyTagClassName
{
color: #DBB4AA;
}
</style>
background-color css
<style>
a { background-color: #DBB4AA; }
a { background-color: rgb(219,180,170); }
div.DivClassName
{
background-color: #DBB4AA;
}
.BgClassName
{
background-color: #DBB4AA;
}
</style>
border-color css
<style>
span { border-color: #DBB4AA; }
span { border-color: rgb(219,180,170); }
td.TdClassName
{
border-color: #DBB4AA;
}
.TagClassName
{
border-color: #DBB4AA;
}
</style>