Html Css Color HEX #D0B3AB Clam Shell

📋 copy color: '#D0B3AB'

red 208 ◦ green 179 ◦ blue 171

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

Shades of Clam Shell #D0B3AB

Tints of Clam Shell #D0B3AB

RGB

 RED value IS 208 (81.64% from 255) = 37.28%

 GREEN value IS 179 (70.31% from 255) = 32.08%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 37.28%
G = 32.08%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0B3AB (or 0xD0B3AB) is known color: Clam Shell. HEX triplet: D0, B3 and AB. RGB value is (208,179,171). Sum of RGB (Red+Green+Blue) = 208+179+171=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B3AB is #2F4C54. Grayscale: #BABABA. Windows color (decimal): -3099733 or 11252688. OLE color: 11252688.

HSL color Cylindrical-coordinate representation of color #D0B3AB: hue angle of 12.97º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0B3AB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 171 -
CMYK 0 0.14 0.18 0.18
HSL 12.97º 0.28% 0.74% -
HSV(B) 12.97º 0.18% 0.82% -
XYZ 49.48 48.59 45.3 -
YUV 186.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 208 179 171 0 0.14 0.18 0.18 12.97 0.28 0.74
Hex D0 B3 AB 0 E 12 12 D 1C 4A
Octal 320 263 253 0 16 22 22 15 34 112
Binary 11010000 10110011 10101011 0 1110 10010 10010 1101 11100 1001010

Color Harmonies of #D0B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B3AB

Black with #D0B3AB

Text Example


Text Example

White with #D0B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B3AB; }

 p { color: rgb(208,179,171); }

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

background-color css

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

 a { background-color: rgb(208,179,171); }

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

border-color css

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

 span { border-color: rgb(208,179,171); }

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