Html Css Color HEX #D8B6AC Clam Shell

📋 copy color: '#D8B6AC'

red 216 ◦ green 182 ◦ blue 172

#D8B6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #D8B6AC

Tints of Clam Shell #D8B6AC

RGB

 RED value IS 216 (84.77% from 255) = 37.89%

 GREEN value IS 182 (71.48% from 255) = 31.93%

 BLUE value IS 172 (67.58% from 255) = 30.18%

R = 37.89%
G = 31.93%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8B6AC (or 0xD8B6AC) is known color: Clam Shell. HEX triplet: D8, B6 and AC. RGB value is (216,182,172). Sum of RGB (Red+Green+Blue) = 216+182+172=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B6AC is #274953. Grayscale: #BFBFBF. Windows color (decimal): -2574676 or 11319000. OLE color: 11319000.

HSL color Cylindrical-coordinate representation of color #D8B6AC: hue angle of 13.64º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B6AC is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 172 -
CMYK 0 0.16 0.20 0.15
HSL 13.64º 0.36% 0.76% -
HSV(B) 13.64º 0.2% 0.85% -
XYZ 52.49 51.03 46.11 -
YUV 191.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 216 182 172 0 0.16 0.20 0.15 13.64 0.36 0.76
Hex D8 B6 AC 0 10 14 F E 24 4C
Octal 330 266 254 0 20 24 17 16 44 114
Binary 11011000 10110110 10101100 0 10000 10100 1111 1110 100100 1001100

Color Harmonies of #D8B6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B6AC

Black with #D8B6AC

Text Example


Text Example

White with #D8B6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B6AC; }

 p { color: rgb(216,182,172); }

 H1.HeaderClassName
 {
   color: #D8B6AC;
 }
 .AnyTagClassName
 {
   color: #D8B6AC;
 }
</style>

background-color css

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

 a { background-color: rgb(216,182,172); }

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

border-color css

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

 span { border-color: rgb(216,182,172); }

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