Html Css Color HEX #D1B5AB Clam Shell

📋 copy color: '#D1B5AB'

red 209 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #D1B5AB

Tints of Clam Shell #D1B5AB

RGB

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

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

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

R = 37.25%
G = 32.26%
B = 30.48%

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

#D1B5AB (or 0xD1B5AB) is known color: Clam Shell. HEX triplet: D1, B5 and AB. RGB value is (209,181,171). Sum of RGB (Red+Green+Blue) = 209+181+171=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5AB is #2E4A54. Grayscale: #BCBCBC. Windows color (decimal): -3033685 or 11253201. OLE color: 11253201.

HSL color Cylindrical-coordinate representation of color #D1B5AB: hue angle of 15.79º 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 #D1B5AB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 171 -
CMYK 0 0.13 0.18 0.18
HSL 15.79º 0.29% 0.75% -
HSV(B) 15.79º 0.18% 0.82% -
XYZ 50.17 49.54 45.45 -
YUV 188.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 209 181 171 0 0.13 0.18 0.18 15.79 0.29 0.75
Hex D1 B5 AB 0 D 12 12 10 1D 4B
Octal 321 265 253 0 15 22 22 20 35 113
Binary 11010001 10110101 10101011 0 1101 10010 10010 10000 11101 1001011

Color Harmonies of #D1B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B5AB

Black with #D1B5AB

Text Example


Text Example

White with #D1B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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