#DBB6AB

Color #DBB6AB Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #DBB6AB

Tints of Clam Shell #DBB6AB

Color information

#DBB6AB (or 0xDBB6AB) is unknown color: approx Clam Shell. HEX triplet: DB, B6 and AB. RGB value is (219,182,171). Sum of RGB (Red+Green+Blue) = 219+182+171=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AB is #244954. Grayscale: #BFBFBF. Windows color (decimal): -2378069 or 11253467. OLE color: 11253467.

HSL color Cylindrical-coordinate representation of color #DBB6AB: hue angle of 13.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB6AB is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219182171-
CMYK00.170.220.14
HSL13.75º40%76.47%-
HSV(B)13.75º21.92%85.88%-
XYZ53.2951.4645.65-
YUV191.81116.26147.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=38.29%
G=31.82%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918217100.170.220.1413.754076.47
HexDBB6AB01116Ee284c
Octal33326625302126161650114
Binary11011011101101101010101101000110110111011101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6AB; }

 p { color: rgb(219,182,171); }

 H1.HeaderClassName
 {
   color: #DBB6AB;
 }
 .AnyTagClassName
 {
   color: #DBB6AB;
 }
</style>
background-color css

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

 a { background-color: rgb(219,182,171); }

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

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

 span { border-color: rgb(219,182,171); }

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