Html Css Color HEX #D6ADA6 Clam Shell

📋 copy color: '#D6ADA6'

red 214 ◦ green 173 ◦ blue 166

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

Shades of Clam Shell #D6ADA6

Tints of Clam Shell #D6ADA6

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

 BLUE value IS 166 (65.23% from 255) = 30.02%

R = 38.7%
G = 31.28%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6ADA6 (or 0xD6ADA6) is known color: Clam Shell. HEX triplet: D6, AD and A6. RGB value is (214,173,166). Sum of RGB (Red+Green+Blue) = 214+173+166=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA6 is #295259. Grayscale: #B8B8B8. Windows color (decimal): -2708058 or 10923478. OLE color: 10923478.

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

Color convert

RGB 214 173 166 -
CMYK 0 0.19 0.22 0.16
HSL 8.75º 0.37% 0.75% -
HSV(B) 8.75º 0.22% 0.84% -
XYZ 49.56 46.94 42.52 -
YUV 184.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 214 173 166 0 0.19 0.22 0.16 8.75 0.37 0.75
Hex D6 AD A6 0 13 16 10 9 25 4B
Octal 326 255 246 0 23 26 20 11 45 113
Binary 11010110 10101101 10100110 0 10011 10110 10000 1001 100101 1001011

Color Harmonies of #D6ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADA6

Black with #D6ADA6

Text Example


Text Example

White with #D6ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADA6; }

 p { color: rgb(214,173,166); }

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

background-color css

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

 a { background-color: rgb(214,173,166); }

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

border-color css

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

 span { border-color: rgb(214,173,166); }

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