#DBB7A8

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

Shades of Clam Shell #DBB7A8

Tints of Clam Shell #DBB7A8

Color information

#DBB7A8 (or 0xDBB7A8) is unknown color: approx Clam Shell. HEX triplet: DB, B7 and A8. RGB value is (219,183,168). Sum of RGB (Red+Green+Blue) = 219+183+168=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A8 is #244857. Grayscale: #C0C0C0. Windows color (decimal): -2377816 or 11057115. OLE color: 11057115.

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

Color convert

RGB219183168-
CMYK00.160.230.14
HSL17.65º41.46%75.88%-
HSV(B)17.65º23.29%85.88%-
XYZ53.2151.7544.23-
YUV192.05114.43147.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 168 (66.02% from 255) = 29.47%
R=38.42%
G=32.11%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918316800.160.230.1417.6541.4675.88
HexDBB7A801017E12294c
Octal33326725002027162251114
Binary110110111011011110101000010000101111110100101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7A8; }

 p { color: rgb(219,183,168); }

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

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

 a { background-color: rgb(219,183,168); }

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

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

 span { border-color: rgb(219,183,168); }

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