Html Css Color HEX #D1B6AB Clam Shell

📋 copy color: '#D1B6AB'

red 209 ◦ green 182 ◦ blue 171

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

Shades of Clam Shell #D1B6AB

Tints of Clam Shell #D1B6AB

RGB

 RED value IS 209 (82.03% from 255) = 37.19%

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

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 37.19%
G = 32.38%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1B6AB (or 0xD1B6AB) is known color: Clam Shell. HEX triplet: D1, B6 and AB. RGB value is (209,182,171). Sum of RGB (Red+Green+Blue) = 209+182+171=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B6AB is #2E4954. Grayscale: #BCBCBC. Windows color (decimal): -3033429 or 11253457. OLE color: 11253457.

HSL color Cylindrical-coordinate representation of color #D1B6AB: hue angle of 17.37º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B6AB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 171 -
CMYK 0 0.13 0.18 0.18
HSL 17.37º 0.29% 0.75% -
HSV(B) 17.37º 0.18% 0.82% -
XYZ 50.37 49.95 45.51 -
YUV 188.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 209 182 171 0 0.13 0.18 0.18 17.37 0.29 0.75
Hex D1 B6 AB 0 D 12 12 11 1D 4B
Octal 321 266 253 0 15 22 22 21 35 113
Binary 11010001 10110110 10101011 0 1101 10010 10010 10001 11101 1001011

Color Harmonies of #D1B6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B6AB

Black with #D1B6AB

Text Example


Text Example

White with #D1B6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B6AB; }

 p { color: rgb(209,182,171); }

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

background-color css

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

 a { background-color: rgb(209,182,171); }

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

border-color css

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

 span { border-color: rgb(209,182,171); }

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