#D2AFA5

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

Shades of Clam Shell #D2AFA5

Tints of Clam Shell #D2AFA5

Color information

#D2AFA5 (or 0xD2AFA5) is unknown color: approx Clam Shell. HEX triplet: D2, AF and A5. RGB value is (210,175,165). Sum of RGB (Red+Green+Blue) = 210+175+165=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFA5 is #2D505A. Grayscale: #B8B8B8. Windows color (decimal): -2969691 or 10858450. OLE color: 10858450.

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

Color convert

RGB210175165-
CMYK00.170.210.18
HSL13.33º33.33%73.53%-
HSV(B)13.33º21.43%82.35%-
XYZ48.747.0842.12-
YUV184.32117.1146.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 165 (64.84% from 255) = 30%
R=38.18%
G=31.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017516500.170.210.1813.3333.3373.53
HexD2AFA50111512d214a
Octal32225724502125221541112
Binary110100101010111110100101010001101011001011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFA5; }

 p { color: rgb(210,175,165); }

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

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

 a { background-color: rgb(210,175,165); }

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

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

 span { border-color: rgb(210,175,165); }

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