#DADEAF

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

Shades of Tusk #DADEAF

Tints of Tusk #DADEAF

Color information

#DADEAF (or 0xDADEAF) is unknown color: approx Tusk. HEX triplet: DA, DE and AF. RGB value is (218,222,175). Sum of RGB (Red+Green+Blue) = 218+222+175=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAF is #252150. Grayscale: #D7D7D7. Windows color (decimal): -2433361 or 11525850. OLE color: 11525850.

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

Color convert

RGB218222175-
CMYK0.0200.210.13
HSL65.11º41.59%77.84%-
HSV(B)65.11º21.17%87.06%-
XYZ62.7770.2450.81-
YUV215.45105.17129.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=35.45%
G=36.10%
B=28.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221750.0200.210.1365.1141.5977.84
HexDADEAF2015D412a4e
Octal33233625720251510152116
Binary11011010110111101010111110010101110110000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEAF; }

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

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

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

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

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

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

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

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