Shades of Clam Shell #DCB4A8
Tints of Clam Shell #DCB4A8
RGB
CMYK
RGB Variations
Color information
#DCB4A8 (or 0xDCB4A8) is known color: Clam Shell. HEX triplet: DC, B4 and A8. RGB value is (220,180,168). Sum of RGB (Red+Green+Blue) = 220+180+168=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4A8 is #234B57. Grayscale: #BEBEBE. Windows color (decimal): -2313048 or 11056348. OLE color: 11056348.
HSL color Cylindrical-coordinate representation of color #DCB4A8: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB4A8 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 168 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.14 |
| HSL | 13.85º | 0.43% | 0.76% | - |
| HSV(B) | 13.85º | 0.24% | 0.86% | - |
| XYZ | 52.9 | 50.69 | 44.04 | - |
| YUV | 190.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 168 | 0 | 0.18 | 0.24 | 0.14 | 13.85 | 0.43 | 0.76 |
| Hex | DC | B4 | A8 | 0 | 12 | 18 | E | E | 2B | 4C |
| Octal | 334 | 264 | 250 | 0 | 22 | 30 | 16 | 16 | 53 | 114 |
| Binary | 11011100 | 10110100 | 10101000 | 0 | 10010 | 11000 | 1110 | 1110 | 101011 | 1001100 |
Color Harmonies of #DCB4A8
Complementary color
Monochromatic Colors of #DCB4A8
Black with #DCB4A8
Text Example
Text Example
White with #DCB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4A8; }
p { color: rgb(220,180,168); }
H1.HeaderClassName
{
color: #DCB4A8;
}
.AnyTagClassName
{
color: #DCB4A8;
}
</style>
background-color css
<style>
a { background-color: #DCB4A8; }
a { background-color: rgb(220,180,168); }
div.DivClassName
{
background-color: #DCB4A8;
}
.BgClassName
{
background-color: #DCB4A8;
}
</style>
border-color css
<style>
span { border-color: #DCB4A8; }
span { border-color: rgb(220,180,168); }
td.TdClassName
{
border-color: #DCB4A8;
}
.TagClassName
{
border-color: #DCB4A8;
}
</style>