Html Css Color HEX #D1B2AB Clam Shell

📋 copy color: '#D1B2AB'

red 209 ◦ green 178 ◦ blue 171

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

Shades of Clam Shell #D1B2AB

Tints of Clam Shell #D1B2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.9%

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

R = 37.46%
G = 31.9%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1B2AB (or 0xD1B2AB) is known color: Clam Shell. HEX triplet: D1, B2 and AB. RGB value is (209,178,171). Sum of RGB (Red+Green+Blue) = 209+178+171=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B2AB is #2E4D54. Grayscale: #BABABA. Windows color (decimal): -3034453 or 11252433. OLE color: 11252433.

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

Color convert

RGB 209 178 171 -
CMYK 0 0.15 0.18 0.18
HSL 11.05º 0.29% 0.75% -
HSV(B) 11.05º 0.18% 0.82% -
XYZ 49.57 48.34 45.25 -
YUV 186.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 209 178 171 0 0.15 0.18 0.18 11.05 0.29 0.75
Hex D1 B2 AB 0 F 12 12 B 1D 4B
Octal 321 262 253 0 17 22 22 13 35 113
Binary 11010001 10110010 10101011 0 1111 10010 10010 1011 11101 1001011

Color Harmonies of #D1B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2AB

Black with #D1B2AB

Text Example


Text Example

White with #D1B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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