#D1B7A8

Color #D1B7A8 Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #D1B7A8

Tints of Clam Shell #D1B7A8

Color information

#D1B7A8 (or 0xD1B7A8) is unknown color: approx Clam Shell. HEX triplet: D1, B7 and A8. RGB value is (209,183,168). Sum of RGB (Red+Green+Blue) = 209+183+168=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B7A8 is #2E4857. Grayscale: #BDBDBD. Windows color (decimal): -3033176 or 11057105. OLE color: 11057105.

HSL color Cylindrical-coordinate representation of color #D1B7A8: hue angle of 21.95º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1B7A8 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209183168-
CMYK00.120.200.18
HSL21.95º30.83%73.92%-
HSV(B)21.95º19.62%81.96%-
XYZ50.350.2544.09-
YUV189.06116.11142.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 168 (66.02% from 255) = 30%
R=37.32%
G=32.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918316800.120.200.1821.9530.8373.92
HexD1B7A80C1412161f4a
Octal32126725001424222637112
Binary11010001101101111010100001100101001001010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B7A8; }

 p { color: rgb(209,183,168); }

 H1.HeaderClassName
 {
   color: #D1B7A8;
 }
 .AnyTagClassName
 {
   color: #D1B7A8;
 }
</style>
background-color css

<style>
 a { background-color: #D1B7A8; }

 a { background-color: rgb(209,183,168); }

 div.DivClassName
 {
   background-color: #D1B7A8;
 }
 .BgClassName
 {
   background-color: #D1B7A8;
 }
</style>
border-color css

<style>
 span { border-color: #D1B7A8; }

 span { border-color: rgb(209,183,168); }

 td.TdClassName
 {
   border-color: #D1B7A8;
 }
 .TagClassName
 {
   border-color: #D1B7A8;
 }
</style>