Html Css Color HEX #D2B5AD Clam Shell

📋 copy color: '#D2B5AD'

red 210 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #D2B5AD

Tints of Clam Shell #D2B5AD

RGB

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

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

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

R = 37.23%
G = 32.09%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2B5AD (or 0xD2B5AD) is known color: Clam Shell. HEX triplet: D2, B5 and AD. RGB value is (210,181,173). Sum of RGB (Red+Green+Blue) = 210+181+173=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B5AD is #2D4A52. Grayscale: #BCBCBC. Windows color (decimal): -2968147 or 11384274. OLE color: 11384274.

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

Color convert

RGB 210 181 173 -
CMYK 0 0.14 0.18 0.18
HSL 12.97º 0.29% 0.75% -
HSV(B) 12.97º 0.18% 0.82% -
XYZ 50.65 49.77 46.47 -
YUV 188.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 210 181 173 0 0.14 0.18 0.18 12.97 0.29 0.75
Hex D2 B5 AD 0 E 12 12 D 1D 4B
Octal 322 265 255 0 16 22 22 15 35 113
Binary 11010010 10110101 10101101 0 1110 10010 10010 1101 11101 1001011

Color Harmonies of #D2B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5AD

Black with #D2B5AD

Text Example


Text Example

White with #D2B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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