Html Css Color HEX #D8B1A2 Clam Shell

📋 copy color: '#D8B1A2'

red 216 ◦ green 177 ◦ blue 162

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

Shades of Clam Shell #D8B1A2

Tints of Clam Shell #D8B1A2

RGB

 RED value IS 216 (84.77% from 255) = 38.92%

 GREEN value IS 177 (69.53% from 255) = 31.89%

 BLUE value IS 162 (63.67% from 255) = 29.19%

R = 38.92%
G = 31.89%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D8B1A2 (or 0xD8B1A2) is known color: Clam Shell. HEX triplet: D8, B1 and A2. RGB value is (216,177,162). Sum of RGB (Red+Green+Blue) = 216+177+162=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B1A2 is #274E5D. Grayscale: #BBBBBB. Windows color (decimal): -2575966 or 10662360. OLE color: 10662360.

HSL color Cylindrical-coordinate representation of color #D8B1A2: hue angle of 16.67º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B1A2 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 177 162 -
CMYK 0 0.18 0.25 0.15
HSL 16.67º 0.41% 0.74% -
HSV(B) 16.67º 0.25% 0.85% -
XYZ 50.56 48.65 40.91 -
YUV 186.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 216 177 162 0 0.18 0.25 0.15 16.67 0.41 0.74
Hex D8 B1 A2 0 12 19 F 11 29 4A
Octal 330 261 242 0 22 31 17 21 51 112
Binary 11011000 10110001 10100010 0 10010 11001 1111 10001 101001 1001010

Color Harmonies of #D8B1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B1A2

Black with #D8B1A2

Text Example


Text Example

White with #D8B1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B1A2; }

 p { color: rgb(216,177,162); }

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

background-color css

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

 a { background-color: rgb(216,177,162); }

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

border-color css

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

 span { border-color: rgb(216,177,162); }

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