#DBB4AA

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

Shades of Clam Shell #DBB4AA

Tints of Clam Shell #DBB4AA

Color information

#DBB4AA (or 0xDBB4AA) is unknown color: approx Clam Shell. HEX triplet: DB, B4 and AA. RGB value is (219,180,170). Sum of RGB (Red+Green+Blue) = 219+180+170=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AA is #244B55. Grayscale: #BEBEBE. Windows color (decimal): -2378582 or 11187419. OLE color: 11187419.

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

Color convert

RGB219180170-
CMYK00.180.220.14
HSL12.24º40.5%76.27%-
HSV(B)12.24º22.37%85.88%-
XYZ52.7950.645.02-
YUV190.52116.42148.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=38.49%
G=31.63%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918017000.180.220.1412.2440.576.27
HexDBB4AA01216Ec284c
Octal33326425202226161450114
Binary11011011101101001010101001001010110111011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4AA; }

 p { color: rgb(219,180,170); }

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

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

 a { background-color: rgb(219,180,170); }

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

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

 span { border-color: rgb(219,180,170); }

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