Html Css Color HEX #D8ABA5 Clam Shell

📋 copy color: '#D8ABA5'

red 216 ◦ green 171 ◦ blue 165

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

Shades of Clam Shell #D8ABA5

Tints of Clam Shell #D8ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.98%

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

R = 39.13%
G = 30.98%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D8ABA5 (or 0xD8ABA5) is known color: Clam Shell. HEX triplet: D8, AB and A5. RGB value is (216,171,165). Sum of RGB (Red+Green+Blue) = 216+171+165=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABA5 is #27545A. Grayscale: #B7B7B7. Windows color (decimal): -2577499 or 10857432. OLE color: 10857432.

HSL color Cylindrical-coordinate representation of color #D8ABA5: hue angle of 7.06º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8ABA5 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 165 -
CMYK 0 0.21 0.24 0.15
HSL 7.06º 0.4% 0.75% -
HSV(B) 7.06º 0.24% 0.85% -
XYZ 49.67 46.44 41.94 -
YUV 183.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 216 171 165 0 0.21 0.24 0.15 7.06 0.4 0.75
Hex D8 AB A5 0 15 18 F 7 28 4B
Octal 330 253 245 0 25 30 17 7 50 113
Binary 11011000 10101011 10100101 0 10101 11000 1111 111 101000 1001011

Color Harmonies of #D8ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABA5

Black with #D8ABA5

Text Example


Text Example

White with #D8ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABA5; }

 p { color: rgb(216,171,165); }

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

background-color css

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

 a { background-color: rgb(216,171,165); }

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

border-color css

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

 span { border-color: rgb(216,171,165); }

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