#DBAFA2

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

Shades of Clam Shell #DBAFA2

Tints of Clam Shell #DBAFA2

Color information

#DBAFA2 (or 0xDBAFA2) is unknown color: approx Clam Shell. HEX triplet: DB, AF and A2. RGB value is (219,175,162). Sum of RGB (Red+Green+Blue) = 219+175+162=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA2 is #24505D. Grayscale: #BABABA. Windows color (decimal): -2379870 or 10661851. OLE color: 10661851.

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

Color convert

RGB219175162-
CMYK00.200.260.14
HSL13.68º44.19%74.71%-
HSV(B)13.68º26.03%85.88%-
XYZ51.0648.3340.82-
YUV186.67114.08151.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 162 (63.67% from 255) = 29.14%
R=39.39%
G=31.47%
B=29.14%

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
Decimal21917516200.200.260.1413.6844.1974.71
HexDBAFA20141AEe2c4b
Octal33325724202432161654113
Binary11011011101011111010001001010011010111011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFA2; }

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

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

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

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

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

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

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

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