Html Css Color HEX #D6B5AB Clam Shell

📋 copy color: '#D6B5AB'

red 214 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #D6B5AB

Tints of Clam Shell #D6B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.98%

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

R = 37.81%
G = 31.98%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B5AB (or 0xD6B5AB) is known color: Clam Shell. HEX triplet: D6, B5 and AB. RGB value is (214,181,171). Sum of RGB (Red+Green+Blue) = 214+181+171=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B5AB is #294A54. Grayscale: #BDBDBD. Windows color (decimal): -2706005 or 11253206. OLE color: 11253206.

HSL color Cylindrical-coordinate representation of color #D6B5AB: hue angle of 13.95º 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 #D6B5AB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 171 -
CMYK 0 0.15 0.20 0.16
HSL 13.95º 0.34% 0.75% -
HSV(B) 13.95º 0.2% 0.84% -
XYZ 51.61 50.28 45.51 -
YUV 189.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 214 181 171 0 0.15 0.20 0.16 13.95 0.34 0.75
Hex D6 B5 AB 0 F 14 10 E 22 4B
Octal 326 265 253 0 17 24 20 16 42 113
Binary 11010110 10110101 10101011 0 1111 10100 10000 1110 100010 1001011

Color Harmonies of #D6B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5AB

Black with #D6B5AB

Text Example


Text Example

White with #D6B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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