#DADEAD

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

Shades of Tusk #DADEAD

Tints of Tusk #DADEAD

Color information

#DADEAD (or 0xDADEAD) is unknown color: approx Tusk. HEX triplet: DA, DE and AD. RGB value is (218,222,173). Sum of RGB (Red+Green+Blue) = 218+222+173=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAD is #252152. Grayscale: #D7D7D7. Windows color (decimal): -2433363 or 11394778. OLE color: 11394778.

HSL color Cylindrical-coordinate representation of color #DADEAD: hue angle of 64.9º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DADEAD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB218222173-
CMYK0.0200.220.13
HSL64.9º42.61%77.45%-
HSV(B)64.9º22.07%87.06%-
XYZ62.5870.1749.78-
YUV215.22104.17129.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=35.56%
G=36.22%
B=28.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221730.0200.220.1364.942.6177.45
HexDADEAD2016D412b4d
Octal33233625520261510153115
Binary11011010110111101010110110010110110110000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEAD; }

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

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

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

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

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

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

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

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