Html Css Color HEX #D2B6AD Clam Shell

📋 copy color: '#D2B6AD'

red 210 ◦ green 182 ◦ blue 173

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

Shades of Clam Shell #D2B6AD

Tints of Clam Shell #D2B6AD

RGB

 RED value IS 210 (82.42% from 255) = 37.17%

 GREEN value IS 182 (71.48% from 255) = 32.21%

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 37.17%
G = 32.21%
B = 30.62%

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

#D2B6AD (or 0xD2B6AD) is known color: Clam Shell. HEX triplet: D2, B6 and AD. RGB value is (210,182,173). Sum of RGB (Red+Green+Blue) = 210+182+173=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B6AD is #2D4952. Grayscale: #BDBDBD. Windows color (decimal): -2967891 or 11384530. OLE color: 11384530.

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

Color convert

RGB 210 182 173 -
CMYK 0 0.13 0.18 0.18
HSL 14.59º 0.29% 0.75% -
HSV(B) 14.59º 0.18% 0.82% -
XYZ 50.85 50.17 46.54 -
YUV 189.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 210 182 173 0 0.13 0.18 0.18 14.59 0.29 0.75
Hex D2 B6 AD 0 D 12 12 F 1D 4B
Octal 322 266 255 0 15 22 22 17 35 113
Binary 11010010 10110110 10101101 0 1101 10010 10010 1111 11101 1001011

Color Harmonies of #D2B6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B6AD

Black with #D2B6AD

Text Example


Text Example

White with #D2B6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B6AD; }

 p { color: rgb(210,182,173); }

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

background-color css

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

 a { background-color: rgb(210,182,173); }

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

border-color css

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

 span { border-color: rgb(210,182,173); }

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