#DADEA8

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

Shades of Tusk #DADEA8

Tints of Tusk #DADEA8

Color information

#DADEA8 (or 0xDADEA8) is unknown color: approx Tusk. HEX triplet: DA, DE and A8. RGB value is (218,222,168). Sum of RGB (Red+Green+Blue) = 218+222+168=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEA8 is #252157. Grayscale: #D6D6D6. Windows color (decimal): -2433368 or 11067098. OLE color: 11067098.

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

Color convert

RGB218222168-
CMYK0.0200.240.13
HSL64.44º45%76.47%-
HSV(B)64.44º24.32%87.06%-
XYZ62.169.9847.28-
YUV214.65101.67130.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 168 (66.02% from 255) = 27.63%
R=35.86%
G=36.51%
B=27.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221680.0200.240.1364.444576.47
HexDADEA82018D402d4c
Octal33233625020301510055114
Binary11011010110111101010100010011000110110000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEA8; }

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

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

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

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

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

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

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

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