Html Css Color HEX #D7B4A8 Clam Shell

📋 copy color: '#D7B4A8'

red 215 ◦ green 180 ◦ blue 168

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

Shades of Clam Shell #D7B4A8

Tints of Clam Shell #D7B4A8

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

 GREEN value IS 180 (70.7% from 255) = 31.97%

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 38.19%
G = 31.97%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7B4A8 (or 0xD7B4A8) is known color: Clam Shell. HEX triplet: D7, B4 and A8. RGB value is (215,180,168). Sum of RGB (Red+Green+Blue) = 215+180+168=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B4A8 is #284B57. Grayscale: #BDBDBD. Windows color (decimal): -2640728 or 11056343. OLE color: 11056343.

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

Color convert

RGB 215 180 168 -
CMYK 0 0.16 0.22 0.16
HSL 15.32º 0.37% 0.75% -
HSV(B) 15.32º 0.22% 0.84% -
XYZ 51.41 49.92 43.97 -
YUV 189.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 215 180 168 0 0.16 0.22 0.16 15.32 0.37 0.75
Hex D7 B4 A8 0 10 16 10 F 25 4B
Octal 327 264 250 0 20 26 20 17 45 113
Binary 11010111 10110100 10101000 0 10000 10110 10000 1111 100101 1001011

Color Harmonies of #D7B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B4A8

Black with #D7B4A8

Text Example


Text Example

White with #D7B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B4A8; }

 p { color: rgb(215,180,168); }

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

background-color css

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

 a { background-color: rgb(215,180,168); }

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

border-color css

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

 span { border-color: rgb(215,180,168); }

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