#DBAFA3

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

Shades of Clam Shell #DBAFA3

Tints of Clam Shell #DBAFA3

Color information

#DBAFA3 (or 0xDBAFA3) is unknown color: approx Clam Shell. HEX triplet: DB, AF and A3. RGB value is (219,175,163). Sum of RGB (Red+Green+Blue) = 219+175+163=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA3 is #24505C. Grayscale: #BABABA. Windows color (decimal): -2379869 or 10727387. OLE color: 10727387.

HSL color Cylindrical-coordinate representation of color #DBAFA3: hue angle of 12.86º degrees, saturation: 0.44, 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 #DBAFA3 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219175163-
CMYK00.200.260.14
HSL12.86º43.75%74.9%-
HSV(B)12.86º25.57%85.88%-
XYZ51.1548.3641.29-
YUV186.79114.58150.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=39.32%
G=31.42%
B=29.26%

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
Decimal21917516300.200.260.1412.8643.7574.9
HexDBAFA30141AEd2c4b
Octal33325724302432161554113
Binary11011011101011111010001101010011010111011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFA3; }

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

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

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

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

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

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

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

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