#DAAEA1

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

Shades of Clam Shell #DAAEA1

Tints of Clam Shell #DAAEA1

Color information

#DAAEA1 (or 0xDAAEA1) is unknown color: approx Clam Shell. HEX triplet: DA, AE and A1. RGB value is (218,174,161). Sum of RGB (Red+Green+Blue) = 218+174+161=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEA1 is #25515E. Grayscale: #B9B9B9. Windows color (decimal): -2445663 or 10596058. OLE color: 10596058.

HSL color Cylindrical-coordinate representation of color #DAAEA1: hue angle of 13.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAEA1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218174161-
CMYK00.200.260.15
HSL13.68º43.51%74.31%-
HSV(B)13.68º26.15%85.49%-
XYZ50.4847.7540.27-
YUV185.67114.08151.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=39.42%
G=31.46%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817416100.200.260.1513.6843.5174.31
HexDAAEA10141AFe2c4a
Octal33225624102432171654112
Binary11011010101011101010000101010011010111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEA1; }

 p { color: rgb(218,174,161); }

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

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

 a { background-color: rgb(218,174,161); }

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

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

 span { border-color: rgb(218,174,161); }

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