Html Css Color HEX #DBAFA1 Clam Shell

📋 copy color: '#DBAFA1'

red 219 ◦ green 175 ◦ blue 161

#DBAFA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #DBAFA1

Tints of Clam Shell #DBAFA1

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 value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBAFA1 (or 0xDBAFA1) is known color: 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

RGB 219 175 161 -
CMYK 0 0.20 0.26 0.14
HSL 14.48º 0.45% 0.75% -
HSV(B) 14.48º 0.26% 0.86% -
XYZ 50.98 48.29 40.35 -
YUV 186.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 219 175 161 0 0.20 0.26 0.14 14.48 0.45 0.75
Hex DB AF A1 0 14 1A E E 2D 4B
Octal 333 257 241 0 24 32 16 16 55 113
Binary 11011011 10101111 10100001 0 10100 11010 1110 1110 101101 1001011

Color Harmonies of #DBAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFA1

Black with #DBAFA1

Text Example


Text Example

White with #DBAFA1

Text Example


Text Example

HTML Codes & Css Web 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>