Html Css Color HEX #DBAFA0 Clam Shell

📋 copy color: '#DBAFA0'

red 219 ◦ green 175 ◦ blue 160

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

Shades of Clam Shell #DBAFA0

Tints of Clam Shell #DBAFA0

RGB

 RED value IS 219 (85.94% from 255) = 39.53%

 GREEN value IS 175 (68.75% from 255) = 31.59%

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 39.53%
G = 31.59%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBAFA0 (or 0xDBAFA0) is known color: Clam Shell. HEX triplet: DB, AF and A0. RGB value is (219,175,160). Sum of RGB (Red+Green+Blue) = 219+175+160=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA0 is #24505F. Grayscale: #BABABA. Windows color (decimal): -2379872 or 10530779. OLE color: 10530779.

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

Color convert

RGB 219 175 160 -
CMYK 0 0.20 0.27 0.14
HSL 15.25º 0.45% 0.74% -
HSV(B) 15.25º 0.27% 0.86% -
XYZ 50.89 48.26 39.89 -
YUV 186.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 219 175 160 0 0.20 0.27 0.14 15.25 0.45 0.74
Hex DB AF A0 0 14 1B E F 2D 4A
Octal 333 257 240 0 24 33 16 17 55 112
Binary 11011011 10101111 10100000 0 10100 11011 1110 1111 101101 1001010

Color Harmonies of #DBAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFA0

Black with #DBAFA0

Text Example


Text Example

White with #DBAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFA0; }

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

 H1.HeaderClassName
 {
   color: #DBAFA0;
 }
 .AnyTagClassName
 {
   color: #DBAFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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