Html Css Color HEX #DBAE9F Clam Shell

📋 copy color: '#DBAE9F'

red 219 ◦ green 174 ◦ blue 159

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

Shades of Clam Shell #DBAE9F

Tints of Clam Shell #DBAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 39.67%
G = 31.52%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBAE9F (or 0xDBAE9F) is known color: Clam Shell. HEX triplet: DB, AE and 9F. RGB value is (219,174,159). Sum of RGB (Red+Green+Blue) = 219+174+159=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE9F is #245160. Grayscale: #B9B9B9. Windows color (decimal): -2380129 or 10464987. OLE color: 10464987.

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

Color convert

RGB 219 174 159 -
CMYK 0 0.21 0.27 0.14
HSL 15º 0.45% 0.74% -
HSV(B) 15º 0.27% 0.86% -
XYZ 50.61 47.84 39.37 -
YUV 185.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 219 174 159 0 0.21 0.27 0.14 15 0.45 0.74
Hex DB AE 9F 0 15 1B E F 2D 4A
Octal 333 256 237 0 25 33 16 17 55 112
Binary 11011011 10101110 10011111 0 10101 11011 1110 1111 101101 1001010

Color Harmonies of #DBAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE9F

Black with #DBAE9F

Text Example


Text Example

White with #DBAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE9F; }

 p { color: rgb(219,174,159); }

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

background-color css

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

 a { background-color: rgb(219,174,159); }

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

border-color css

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

 span { border-color: rgb(219,174,159); }

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