Html Css Color HEX #D6AEA5 Clam Shell

📋 copy color: '#D6AEA5'

red 214 ◦ green 174 ◦ blue 165

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

Shades of Clam Shell #D6AEA5

Tints of Clam Shell #D6AEA5

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 38.7%
G = 31.46%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6AEA5 (or 0xD6AEA5) is known color: Clam Shell. HEX triplet: D6, AE and A5. RGB value is (214,174,165). Sum of RGB (Red+Green+Blue) = 214+174+165=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEA5 is #29515A. Grayscale: #B9B9B9. Windows color (decimal): -2707803 or 10858198. OLE color: 10858198.

HSL color Cylindrical-coordinate representation of color #D6AEA5: hue angle of 11.02º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6AEA5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 165 -
CMYK 0 0.19 0.23 0.16
HSL 11.02º 0.37% 0.74% -
HSV(B) 11.02º 0.23% 0.84% -
XYZ 49.66 47.28 42.11 -
YUV 184.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 214 174 165 0 0.19 0.23 0.16 11.02 0.37 0.74
Hex D6 AE A5 0 13 17 10 B 25 4A
Octal 326 256 245 0 23 27 20 13 45 112
Binary 11010110 10101110 10100101 0 10011 10111 10000 1011 100101 1001010

Color Harmonies of #D6AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEA5

Black with #D6AEA5

Text Example


Text Example

White with #D6AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEA5; }

 p { color: rgb(214,174,165); }

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

background-color css

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

 a { background-color: rgb(214,174,165); }

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

border-color css

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

 span { border-color: rgb(214,174,165); }

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