#D6E1AF

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

Shades of Tusk #D6E1AF

Tints of Tusk #D6E1AF

Color information

#D6E1AF (or 0xD6E1AF) is unknown color: approx Tusk. HEX triplet: D6, E1 and AF. RGB value is (214,225,175). Sum of RGB (Red+Green+Blue) = 214+225+175=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E1AF is #291E50. Grayscale: #D8D8D8. Windows color (decimal): -2694737 or 11526614. OLE color: 11526614.

HSL color Cylindrical-coordinate representation of color #D6E1AF: hue angle of 73.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6E1AF is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB214225175-
CMYK0.0500.220.12
HSL73.2º45.45%78.43%-
HSV(B)73.2º22.22%88.24%-
XYZ62.3971.2451.02-
YUV216.01104.86126.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=34.85%
G=36.64%
B=28.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251750.0500.220.1273.245.4578.43
HexD6E1AF5016C492d4e
Octal32634125750261411155116
Binary110101101110000110101111101010110110010010011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1AF; }

 p { color: rgb(214,225,175); }

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

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

 a { background-color: rgb(214,225,175); }

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

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

 span { border-color: rgb(214,225,175); }

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