#DBAFA1

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

Shades of Clam Shell #DBAFA1

Tints of Clam Shell #DBAFA1

Color information

#DBAFA1 (or 0xDBAFA1) is unknown color: approx Clam Shell. HEX triplet: DB, AF and A1. RGB value is (219,175,161). Sum of RGB (Red+Green+Blue) = 219+175+161=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA1 is #24505E. Grayscale: #BABABA. Windows color (decimal): -2379871 or 10596315. OLE color: 10596315.

HSL color Cylindrical-coordinate representation of color #DBAFA1: hue angle of 14.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFA1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219175161-
CMYK00.200.260.14
HSL14.48º44.62%74.51%-
HSV(B)14.48º26.48%85.88%-
XYZ50.9848.2940.35-
YUV186.56113.58151.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=39.46%
G=31.53%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917516100.200.260.1414.4844.6274.51
HexDBAFA10141AEe2d4b
Octal33325724102432161655113
Binary11011011101011111010000101010011010111011101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFA1; }

 p { color: rgb(219,175,161); }

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

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

 a { background-color: rgb(219,175,161); }

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

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

 span { border-color: rgb(219,175,161); }

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