#DAADA2

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

Shades of Clam Shell #DAADA2

Tints of Clam Shell #DAADA2

Color information

#DAADA2 (or 0xDAADA2) is unknown color: approx Clam Shell. HEX triplet: DA, AD and A2. RGB value is (218,173,162). Sum of RGB (Red+Green+Blue) = 218+173+162=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADA2 is #25525D. Grayscale: #B9B9B9. Windows color (decimal): -2445918 or 10661338. OLE color: 10661338.

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

Color convert

RGB218173162-
CMYK00.210.260.15
HSL11.79º43.08%74.51%-
HSV(B)11.79º25.69%85.49%-
XYZ50.3847.440.68-
YUV185.2114.91151.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 162 (63.67% from 255) = 29.29%
R=39.42%
G=31.28%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817316200.210.260.1511.7943.0874.51
HexDAADA20151AFc2b4b
Octal33225524202532171453113
Binary11011010101011011010001001010111010111111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADA2; }

 p { color: rgb(218,173,162); }

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

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

 a { background-color: rgb(218,173,162); }

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

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

 span { border-color: rgb(218,173,162); }

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