Html Css Color HEX #D3B2AB Clam Shell

📋 copy color: '#D3B2AB'

red 211 ◦ green 178 ◦ blue 171

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

Shades of Clam Shell #D3B2AB

Tints of Clam Shell #D3B2AB

RGB

 RED value IS 211 (82.81% from 255) = 37.68%

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

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

R = 37.68%
G = 31.79%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3B2AB (or 0xD3B2AB) is known color: Clam Shell. HEX triplet: D3, B2 and AB. RGB value is (211,178,171). Sum of RGB (Red+Green+Blue) = 211+178+171=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B2AB is #2C4D54. Grayscale: #BBBBBB. Windows color (decimal): -2903381 or 11252435. OLE color: 11252435.

HSL color Cylindrical-coordinate representation of color #D3B2AB: hue angle of 10.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3B2AB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 178 171 -
CMYK 0 0.16 0.19 0.17
HSL 10.5º 0.31% 0.75% -
HSV(B) 10.5º 0.19% 0.83% -
XYZ 50.14 48.63 45.27 -
YUV 187.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 211 178 171 0 0.16 0.19 0.17 10.5 0.31 0.75
Hex D3 B2 AB 0 10 13 11 A 1F 4B
Octal 323 262 253 0 20 23 21 12 37 113
Binary 11010011 10110010 10101011 0 10000 10011 10001 1010 11111 1001011

Color Harmonies of #D3B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B2AB

Black with #D3B2AB

Text Example


Text Example

White with #D3B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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