#D1AEA3

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

Shades of Clam Shell #D1AEA3

Tints of Clam Shell #D1AEA3

Color information

#D1AEA3 (or 0xD1AEA3) is unknown color: approx Clam Shell. HEX triplet: D1, AE and A3. RGB value is (209,174,163). Sum of RGB (Red+Green+Blue) = 209+174+163=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEA3 is #2E515C. Grayscale: #B7B7B7. Windows color (decimal): -3035485 or 10727121. OLE color: 10727121.

HSL color Cylindrical-coordinate representation of color #D1AEA3: hue angle of 14.35º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AEA3 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209174163-
CMYK00.170.220.18
HSL14.35º33.33%72.94%-
HSV(B)14.35º22.01%81.96%-
XYZ48.0446.4741.09-
YUV183.21116.6146.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=38.28%
G=31.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917416300.170.220.1814.3533.3372.94
HexD1AEA30111612e2149
Octal32125624302126221641111
Binary110100011010111010100011010001101101001011101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEA3; }

 p { color: rgb(209,174,163); }

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

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

 a { background-color: rgb(209,174,163); }

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

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

 span { border-color: rgb(209,174,163); }

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