#DADEAA

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

Shades of Tusk #DADEAA

Tints of Tusk #DADEAA

Color information

#DADEAA (or 0xDADEAA) is unknown color: approx Tusk. HEX triplet: DA, DE and AA. RGB value is (218,222,170). Sum of RGB (Red+Green+Blue) = 218+222+170=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAA is #252155. Grayscale: #D7D7D7. Windows color (decimal): -2433366 or 11198170. OLE color: 11198170.

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

Color convert

RGB218222170-
CMYK0.0200.230.13
HSL64.62º44.07%76.86%-
HSV(B)64.62º23.42%87.06%-
XYZ62.2970.0548.27-
YUV214.88102.67130.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=35.74%
G=36.39%
B=27.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221700.0200.230.1364.6244.0776.86
HexDADEAA2017D412c4d
Octal33233625220271510154115
Binary11011010110111101010101010010111110110000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEAA; }

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

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

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

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

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

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

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

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