Html Css Color HEX #D6B7AB Clam Shell

📋 copy color: '#D6B7AB'

red 214 ◦ green 183 ◦ blue 171

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

Shades of Clam Shell #D6B7AB

Tints of Clam Shell #D6B7AB

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

 GREEN value IS 183 (71.88% from 255) = 32.22%

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

R = 37.68%
G = 32.22%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B7AB (or 0xD6B7AB) is known color: Clam Shell. HEX triplet: D6, B7 and AB. RGB value is (214,183,171). Sum of RGB (Red+Green+Blue) = 214+183+171=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7AB is #294854. Grayscale: #BEBEBE. Windows color (decimal): -2705493 or 11253718. OLE color: 11253718.

HSL color Cylindrical-coordinate representation of color #D6B7AB: hue angle of 16.74º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B7AB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 171 -
CMYK 0 0.14 0.20 0.16
HSL 16.74º 0.34% 0.75% -
HSV(B) 16.74º 0.2% 0.84% -
XYZ 52.02 51.1 45.65 -
YUV 190.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 214 183 171 0 0.14 0.20 0.16 16.74 0.34 0.75
Hex D6 B7 AB 0 E 14 10 11 22 4B
Octal 326 267 253 0 16 24 20 21 42 113
Binary 11010110 10110111 10101011 0 1110 10100 10000 10001 100010 1001011

Color Harmonies of #D6B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7AB

Black with #D6B7AB

Text Example


Text Example

White with #D6B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7AB; }

 p { color: rgb(214,183,171); }

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

background-color css

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

 a { background-color: rgb(214,183,171); }

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

border-color css

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

 span { border-color: rgb(214,183,171); }

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