#D0ADA8

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

Shades of Clam Shell #D0ADA8

Tints of Clam Shell #D0ADA8

Color information

#D0ADA8 (or 0xD0ADA8) is unknown color: approx Clam Shell. HEX triplet: D0, AD and A8. RGB value is (208,173,168). Sum of RGB (Red+Green+Blue) = 208+173+168=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA8 is #2F5257. Grayscale: #B6B6B6. Windows color (decimal): -3101272 or 11054544. OLE color: 11054544.

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

Color convert

RGB208173168-
CMYK00.170.190.18
HSL7.5º29.85%73.73%-
HSV(B)7.5º19.23%81.57%-
XYZ48.0246.1243.42-
YUV182.9119.6145.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=37.89%
G=31.51%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817316800.170.190.187.529.8573.73
HexD0ADA8011131281e4a
Octal32025525002123221036112
Binary11010000101011011010100001000110011100101000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADA8; }

 p { color: rgb(208,173,168); }

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

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

 a { background-color: rgb(208,173,168); }

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

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

 span { border-color: rgb(208,173,168); }

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