Html Css Color HEX #D1ADA5 Clam Shell

📋 copy color: '#D1ADA5'

red 209 ◦ green 173 ◦ blue 165

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

Shades of Clam Shell #D1ADA5

Tints of Clam Shell #D1ADA5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 38.21%
G = 31.63%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D1ADA5 (or 0xD1ADA5) is known color: Clam Shell. HEX triplet: D1, AD and A5. RGB value is (209,173,165). Sum of RGB (Red+Green+Blue) = 209+173+165=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA5 is #2E525A. Grayscale: #B6B6B6. Windows color (decimal): -3035739 or 10857937. OLE color: 10857937.

HSL color Cylindrical-coordinate representation of color #D1ADA5: hue angle of 10.91º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ADA5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 165 -
CMYK 0 0.17 0.21 0.18
HSL 10.91º 0.32% 0.73% -
HSV(B) 10.91º 0.21% 0.82% -
XYZ 48.03 46.16 41.98 -
YUV 182.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 209 173 165 0 0.17 0.21 0.18 10.91 0.32 0.73
Hex D1 AD A5 0 11 15 12 B 20 49
Octal 321 255 245 0 21 25 22 13 40 111
Binary 11010001 10101101 10100101 0 10001 10101 10010 1011 100000 1001001

Color Harmonies of #D1ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADA5

Black with #D1ADA5

Text Example


Text Example

White with #D1ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADA5; }

 p { color: rgb(209,173,165); }

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

background-color css

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

 a { background-color: rgb(209,173,165); }

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

border-color css

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

 span { border-color: rgb(209,173,165); }

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