#DADEAB

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

Shades of Tusk #DADEAB

Tints of Tusk #DADEAB

Color information

#DADEAB (or 0xDADEAB) is unknown color: approx Tusk. HEX triplet: DA, DE and AB. RGB value is (218,222,171). Sum of RGB (Red+Green+Blue) = 218+222+171=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAB is #252154. Grayscale: #D7D7D7. Windows color (decimal): -2433365 or 11263706. OLE color: 11263706.

HSL color Cylindrical-coordinate representation of color #DADEAB: hue angle of 64.71º 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 #DADEAB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB218222171-
CMYK0.0200.230.13
HSL64.71º43.59%77.06%-
HSV(B)64.71º22.97%87.06%-
XYZ62.3970.0948.77-
YUV214.99103.17130.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=35.68%
G=36.33%
B=27.99%

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
Decimal2182221710.0200.230.1364.7143.5977.06
HexDADEAB2017D412c4d
Octal33233625320271510154115
Binary11011010110111101010101110010111110110000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEAB; }

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

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

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

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

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

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

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

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